generate_scanList: Generator for 'scanList' objects Internal use. The user...

Description Usage Arguments Value See Also

View source: R/scanList_tools.R

Description

Generator for scanList objects Internal use. The user should rather rely on simunet as a wrapper for the different steps needed to perform the simulations from inputted data.

Usage

1
generate_scanList(edge.Prob, n.scans)

Arguments

edge.Prob

an edgeProb object, i.e. a list containing:

  • P: the edge presence probability matrix

  • Adj: the inputted Adj

  • samp.effort: the inputted samp.effort

  • mode: the inputted mode

  • Adj.subfun: the inputted Adj.subfun

samp.effort

integer scalar, the sampling effort, or number of scans, that led to obtaining of Adj

Value

a theoretical 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_empiscanList().


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