Description Usage Arguments Value Examples
View source: R/incident_sampling.R
Sample specific incident data from module assignment data
1 | sample_mod_id(inc_id_template, mod_id_data)
|
inc_id_template |
inc_id data frame that has been sampled for the disired
incident; output from |
mod_id_data |
seasonal module id assignment data |
data frame; same dimensions and columns/rows as the inc_id_template
1 2 3 4 5 | ## Not run:
inc_id_highline <- sample_inc_id(inc_id_2017, inc_info_2017, 'HIGHLINE')
mod_id_highline <- sample_mod_id(inc_id_highline, mod_id_2017)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.