Function to plot an object of class 'gofobj'

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

Arguments

x

object of class "gofobj"

parm

do all in one plots

...

other

Examples

Y <- network(20, directed = FALSE)[,] modLSM <- lsm(Y, D = 2) myGof <- goflsm(modLSM, Y = Y, doplot = FALSE) plot(myGof)