dataframe.to_graph {builder} R Documentation

Description

Usage

dataframe.to_graph(x,
    cutoff = 0.65,
    sample.label = "Sample",
    feature.label = "Feature");

Arguments

x

[as dataframe]

cutoff

[as double]

sample.label

the node type label of the rows in the given dataframe. [as string]

feature.label

the node type label of the columns in the given dataframe. [as string]

env

[as Environment]

Details

Authors

igraph

Value

this function returns data object of type any kind.

clr value class

Examples


[Package builder version 1.0.0.0 Index]