Learn R Programming

lava (version 1.5)

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

See Also

Model

Examples

Run this code

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

Run the code above in your browser using DataLab