nodeOrderInternal: Internal use function for calculating node order
Description
Used by plotting functions: assumes user input has been sanitised already
Usage
nodeOrderInternal(props, orderModules, simplify, verbose, na.rm, mean)
Arguments
props
network properties to calculate order from.
orderModules
logical; are we ordering the modules by similarity?
simplify
logical; are we simplifying the output?
verbose
logical; is verbose printing turned on?
na.rm
logical; remove missing nodes?
mean
logical; should the node order be calculated by averaging across
test datasets?
Value
list structure of ordered nodes.