net_node_cmp {mina}R Documentation

Compare the node features between networks.

Description

Compare the node features between networks.

Compare the node features between networks.

Usage

net_node_cmp(x, cmp = "contrast", dir = "./")

## S4 method for signature 'character,character'
net_node_cmp(x, cmp = "contrast", dir = "./")

Arguments

x

The folder with all network inference results generated by bs_pm()

cmp

The compared feature of node, default 'contrast'.

dir

The directory to store the alculated node features.

Examples

## Not run: 
net_node_cmp("./individual_bs_pm/", f = "contrast", dir = "./")

## End(Not run)
## Not run: 
net_node_cmp("./individual_bs_pm/", f = "contrast", dir = "./")

## End(Not run)

[Package mina version 1.2.0 Index]