print.fnets | R Documentation |
Prints a summary of a fnets
object
## S3 method for class 'fnets'
print(x, ...)
x |
|
... |
not used |
NULL, printed to console
fnets
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.