Learn R Programming

lava (version 1.8.0)

Graph: Extract graph

Description

Extract or replace graph object

Usage

Graph(x, ...)

Graph(x, ...) <- value

Arguments

x

Model object

...

Additional arguments to be passed to the low level functions

value

New graphNEL object

Author

Klaus K. Holst

See Also

Model

Examples

Run this code

m <- lvm(y~x)
Graph(m)

Run the code above in your browser using DataLab