Learn R Programming

lvm4net (version 0.3)

plot.gofobj: Plot GoF object

Description

Function to plot an object of class 'gofobj'

Usage

# S3 method for gofobj
plot(x, parm = TRUE, ...)

Arguments

x

object of class "gofobj"

parm

do all in one plots

...

other

Examples

Run this code
# NOT RUN {
Y <- network(20, directed = FALSE)[,]

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

Run the code above in your browser using DataLab