identify {o2ools} | R Documentation |
Replace integers in outbreaker2 output with unique identifiers
Description
Replace integers in outbreaker2 output with unique identifiers
Usage
identify(out, ids)
Arguments
out |
A data frame of class |
ids |
A vector of IDs from the original linelist (see |
Value
A data frame of class outbreaker_chains
with integers replaced by the corresponding IDs.
Examples
identify(out, id = linelist$name)
[Package o2ools version 0.0.1 Index]