View source: R/check.network.R
check.network | R Documentation |
Internal use to check input network and format detect.responses.
check.network(network, datamatrix, verbose = FALSE)
network |
Input network, see detect.responses |
datamatrix |
Input datamatrix, see detect.responses |
verbose |
Print intermediate messages |
formatted |
Formatted network (self-links removed) |
original |
Original network (possible in another representation format) |
delta |
Cost function changes corresponding to the 'formatted' network. |
nodes |
Nodes corresponding to the 'formatted' network. |
Maintainer: Leo Lahti leo.lahti@iki.fi
See citation('netresponse')
detect.responses
# check.network(network, datamatrix, verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.