Learn R Programming

JointNets (version 2.0.1)

returngraph: return igraph object from jointnet result specified by user input

Description

This function returns an igraph object from jointnet result for user to work with directly

Usage

returngraph(x, ...)

Arguments

x

output generated from any one of the jointnet functions

...

Value

an igraph object of graph / subgraph from jointnet result specified by user input

Details

the function aims to provide users the flexibility to explore and visualize the graph on their own generated from jointnet

Examples

Run this code
# 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