Learn R Programming

INetTool (version 0.1.1)

densityNet: densityNet

Description

This function creates a density plot of the different graphs mean weights. It can be used to search the final Threshold for the Consensus Network starting from similar networks.

Usage

densityNet(graphL)

Value

the quantile of the mean density distribution, the quantile of the mean density distribution without the zeros, plot density distribution without the zeros

Arguments

graphL

the list of weighted graphs in igraph format.

Examples

Run this code
data("graphL_data")
densityNet(graphL_data)

Run the code above in your browser using DataLab