Extract or replace graph object

Graph(x, ...)

Graph(x, ...) <- value

Arguments

x

Model object

...

Additional arguments to be passed to the low level functions

value

New graphNEL object

See also

Author

Klaus K. Holst

Examples


m <- lvm(y~x)
Graph(m)
#> NULL