Learn R Programming

lava (version 1.4.1)

Graph: Extract graph

Description

Extract or replace graph object

Usage

Graph(x, ...)

Graph(x, ...) <- value

Arguments

x
Model object
value
New graphNEL object
...
Additional arguments to be passed to the low level functions

See Also

Model

Examples

Run this code
m <- lvm(y~x)
Graph(m)

Run the code above in your browser using DataLab