construct_local: Local network construction

Description Usage Arguments Value See Also Examples

View source: R/construction.R

Description

Construction a network from experimental data.

Usage

1
construct_local(input, node.attribute)

Arguments

input

A data frame containing the experimental data.

node.attribute

A data frame containing node attributes.

Value

A network in igraph format.

See Also

construction, construct_nlocal.

Examples

1
2
3
local<-data.frame(1:5,2:6)
attribute<-data.frame(c(0.2,0.3,0.2,0.5,0.1))
net<-construct_local(input=local,node.attribute=attribute)

ProNet documentation built on May 30, 2017, 2:02 a.m.