Description Usage Arguments Value
View source: R/linelist_tools.R
Generate a sample linelist from the observed linelist and sampled linelists
1 2 3 4 5 | generate_pseudo_linelist(
count_linelist = NULL,
observed_linelist = NULL,
merge_actual_onsets = TRUE
)
|
count_linelist |
Dataframe with two variables: date_report and daily_linelist. As generated by |
observed_linelist |
Dataframe with two variables: date_report and daily_observed_linelist. As generated by 'split_linelist_by_day“ |
merge_actual_onsets |
Logical, defaults to |
Dataframe with two variables: date_report and date_onset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.