graphsh-class {gRain} | R Documentation |
The class "graphsh" is a general representation of a graph object. "ugsh" and "dagsh" are specializations into for undirected graphs and directed acyclic graphs.
Objects can be created by calls of the form new("ugsh", ...)
or
using the creator functions newugsh
or newug
.
(Similar for "dagsh").
Søren Højsgaard, sorenh@agrsci.dk
newugsh
, newug
,
newdagsh
, newdag