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

Description Usage Arguments Details Value Author(s) Examples

View source: R/returngraph.R

Description

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

Usage

1

Arguments

x

output generated from any one of the jointnet functions

...

additional arguments, see returngraph.simule, returngraph.wsimule, returngraph.diffee, returngraph.jeek for details.

Details

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

Value

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

Author(s)

Beilun Wang, Zhaoyang Wang (Author), Zhaoyang Wang (maintainer) zw4dn@virginia.edu

Examples

1
2
3
4
library(JointNets)
data(exampleData)
result = jeek(X = exampleData, 0.3, covType = "cov", parallel = FALSE)
graph = returngraph(result)

JointNets documentation built on July 30, 2019, 1:02 a.m.