View source: R/analysisNetwork.R
getNetwork | R Documentation |
Get the co-occurence network for a dataset
getNetwork(
dataset = NULL,
factor = NULL,
rank = NULL,
fts = NULL,
method = c("se.mb", "se.glasso"),
format = c("none", "network", "igraph")
)
dataset |
MicroVis dataset. Defaults to the active dataset |
factor |
(Optional) Factor to split data into groups |
rank |
Rank of features to analyze. Defaults to the active rank |
fts |
(Optional) Vector of feature names to analyze. Defaults to all the features in the filtered dataset |
method |
Co-occurence analysis method |
format |
(Optional) Format of the network. One of "none", "igraph", or "network" |
Co-occurence network for a dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.