powered by
This function returns an igraph object from jointnet result for user to work with directly
returngraph(x, ...)
output generated from any one of the jointnet functions
additional arguments, see returngraph.simule, returngraph.wsimule, returngraph.diffee, returngraph.jeek for details.
returngraph.simule
returngraph.wsimule
returngraph.diffee
returngraph.jeek
an igraph object of graph / subgraph from jointnet result specified by user input
the function aims to provide users the flexibility to explore and visualize the graph on their own generated from jointnet
# NOT RUN { library(JointNets) data(exampleData) result = jeek(X = exampleData, 0.3, covType = "cov", parallel = FALSE) graph = returngraph(result) # }
Run the code above in your browser using DataLab