correlation.graph {igraph.builder} R Documentation

create a network graph based on the item correlations

Description

Usage

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

Arguments

x

a correlation matrix. [as CorrelationMatrix]

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 igraph.builder version 1.0.0.0 Index]