correlation.graph {builder} R Documentation

Create a network graph based on the item correlations

Description

Usage

correlation.graph(x,
    threshold = 0.65,
    pvalue = 1,
    group = NULL,
    top.edges = 2147483647);

Arguments

x

a correlation matrix or a correlation matrix represents in dataframe object.

threshold

the absolute threshold value of the correlation value. [as double]

pvalue

[as double]

env

[as Environment]

Details

Authors

igraph

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package builder version 1.0.0.0 Index]