generate_empiscanList: Generator for _empirical_ 'scanList' objects Internal use....

Description Usage Arguments Value See Also

View source: R/scanList_tools.R

Description

Generator for empirical scanList objects Internal use. The user should rather rely on simunet() and/or perform_exp() as a wrapper for the different steps needed to perform simulations and experimental manipulations.

Usage

1
generate_empiscanList(scan.list, exp.design)

Arguments

scan.list

a scanList object (see simunet())

exp.design

an expDesign object. See objects returned by design_exp()

Value

an empirical inheriting from scanList object, primarily a 3 dimensional array representing the (binary) adjacency matrices (coded within the first two dimensions of the 3D-array) obtained at each simulated scan (coded as the 3rd dimension of the 3D-array), and a list of attributes, attrs.

The list of attributes attrs contains:

See Also

simunet(), generate_edgeProb(), draw_edgeProb(), generate_scanList().


R-KenK/SimuNet documentation built on Oct. 22, 2021, 1:27 a.m.