Learn R Programming

NetRep (version 1.0.2)

plotProps: Get the network properties and order for a plot

Description

Get the network properties and order for a plot

Usage

plotProps(network, data, moduleAssignments, modules, di, ti, orderNodesBy, orderSamplesBy, orderModules, datasetNames, nDatasets, verbose, loadedIdx, dataLoaded, networkLoaded)

Arguments

network
list returned by 'processInput'.
data
data returned by 'processInput'.
moduleAssignments
list returned by 'processInput'.
modules
vector of modules to show on the plot.
di
name of the discovery dataset.
ti
name of the test dataset.
orderNodesBy
vector returned by 'processInput'.
orderSamplesBy
vector returned by 'processInput'.
orderModules
vector returned by 'checkPlotArgs'.
datasetNames
vector returned by 'processInput'.
nDatasets
vector returned by 'processInput'.
verbose
logical; turn on verbose printing.
loadedIdx
index of the currently loaded dataset.
dataLoaded
currently loaded data matrix (may be NULL).
networkLoaded
currently loaded network matrix.