Learn R Programming

lvm4net (version 0.3)

print.gofobj: Print GoF object

Description

Function to print an object of class 'gofobj'

Usage

# S3 method for gofobj
print(x, ...)

Arguments

x

object of class 'gofobj'

...

other

Examples

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

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

Run the code above in your browser using DataLab