print.gofobj: Print GoF object

Description Usage Arguments Examples

Description

Function to print an object of class 'gofobj'

Usage

1
2
## S3 method for class 'gofobj'
print(x, ...)

Arguments

x

object of class 'gofobj'

...

other

Examples

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

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

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