plot.gofobj: Plot GoF object

Description Usage Arguments Examples

Description

Function to plot an object of class 'gofobj'

Usage

1
2
## S3 method for class 'gofobj'
plot(x, parm = TRUE, ...)

Arguments

x

object of class "gofobj"

parm

do all in one plots

...

other

Examples

1
2
3
4
5
Y <- network(20, directed = FALSE)[,]

modLSM <- lsm(Y, D = 2) 
myGof <- goflsm(modLSM, Y = Y, doplot = FALSE)
plot(myGof)

igollini/lvm4net documentation built on June 20, 2019, 4:48 p.m.