Description Usage Arguments Details Value Author(s) Examples
This function returns an igraph object from jointnet result for user to work with directly
1 | returngraph(x, ...)
|
x |
output generated from any one of the jointnet functions |
... |
additional arguments, see |
the function aims to provide users the flexibility to explore and visualize the graph on their own generated from jointnet
an igraph object of graph / subgraph from jointnet result specified by user input
Beilun Wang, Zhaoyang Wang (Author), Zhaoyang Wang (maintainer) zw4dn@virginia.edu
1 2 3 4 | library(JointNets)
data(exampleData)
result = jeek(X = exampleData, 0.3, covType = "cov", parallel = FALSE)
graph = returngraph(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.