plot.gdlm: Plot a gdlm object

Description Usage Arguments Author(s) Examples

Description

Plot a gdlm object

Usage

1
2
## S3 method for class 'gdlm'
plot(object, ...)

Arguments

the

gdlm object to be ploted

Author(s)

kholub

Examples

1
2
m <- gdlm(Sepal.Width ~ Species * Petal.Width + Petal.Length, data = iris, loss = LS_LOSS())
plot(m)

holub008/gdlm documentation built on May 13, 2019, 6:14 p.m.