View source: R/sampling_utils.R
get_id_by_location | R Documentation |
This function will get the ID of infected individuals from specific location (region or global) at the time of seroconversion.
get_id_by_location(tm, location)
tm |
Transmission matrix of who transmitted to whom. |
location |
Character of location at time of transmission to get IDs to sample from. Location can take the value of "region" or "global". |
Note that location will be those at the time of seroconvertion.
Vector of IDs from location of choice.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.