draw_raw_scanList: Draw edge presence according to the edge presence probability...

Description Usage Arguments Value See Also

View source: R/scanList_tools.R

Description

Draw edge presence according to the edge presence probability matrix

Usage

1
draw_raw_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

n.scans

integer scalar, number of scans to generate in the simulation

Value

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)

See Also

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


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