powered by
Prints a summary of a fnets object
fnets
# S3 method for fnets print(x, ...)
NULL, printed to console
fnets object
not used
# \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