check.network: check.network

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/check.network.R

Description

Internal use to check input network and format detect.responses.

Usage

1
check.network(network, datamatrix, verbose = FALSE)

Arguments

network

Input network, see detect.responses

datamatrix

Input datamatrix, see detect.responses

verbose

Print intermediate messages

Value

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.

Author(s)

Maintainer: Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse')

See Also

detect.responses

Examples

1
# check.network(network, datamatrix, verbose = FALSE)

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.