Learn R Programming

fnets (version 0.1.6)

print.fnets: Print fnets

Description

Prints a summary of a fnets object

Usage

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

Value

NULL, printed to console

Arguments

x

fnets object

...

not used

See Also

fnets

Examples

Run this code
# \donttest{
out <- fnets(data.restricted, q = 2,
do.lrpc = FALSE, var.args = list(n.cores = 2))
print(out)
x <- sim.var(500, 50)$data
out <- fnets.var(x,
n.cores = 2)
print(out)
# }

Run the code above in your browser using DataLab