Description Usage Arguments Value
View source: R/expDesign_sampling.R
Draw the list of focals to sample at each scan
1 2 3 4 5 | draw_focalList(
scan.list,
sampling = c("even", "random", "function"),
all.sampled = TRUE
)
|
scan.list |
a |
sampling |
for
|
all.sampled |
logical scalar, should all nodes be sampled at least once? (TO CHECK: does it work with group-scan sampling?) |
named integer vector representing the node's index (row/column) to be sampled for each
scan. Names are obtain from the adjacency matrix Adj
, the vector's length is equal to
n.scans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.