extractIds {ibdsim2} | R Documentation |
Extract ID labels from simulation output
Description
Extract ID labels from simulation output
Usage
extractIds(sim)
Arguments
sim |
Output from |
Value
A character vector
Examples
s = ibdsim(nuclearPed(2), N=1, ids = 3:4)
stopifnot(all(extractIds(s) == c("3", "4")))
[Package ibdsim2 version 2.0.0 Index]