View source: R/library--data_prep--filter_tools--outlier_tools.R
computeJumps | R Documentation |
compute first difference Jumps for N1 and N2
computeJumps(df, N1_column = N1, N2_column = N2, site_column = site)
df |
DataFrame. needs Column n1_sars_cov2_conc, n2_sars_cov2_conc, site |
N1_column |
N1 metric used in finding difference |
N2_column |
N2 metric used in finding difference |
site_column |
Grouping that makes each group a time seriecomputeJumpss |
dataframe with 4 columns appended: delta(n1), delta(n2) from left and right
data(Example_data, package = "Covid19Wastewater")
Example_data$site = "Madison"
computeJumps(Example_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.