View source: R/library--data_prep--filter_tools--outlier_tools.R
rankJumps | R Documentation |
Convert jumps from last step into a ordering
rankJumps(df)
df |
DataFrame. needs Column n1.jumpFromLeft, n1.jumpFromRight, n2.jumpFromLeft, n2.jumpFromRight, site First 4 gen from computeJumps |
dataframe with 4 columns appended: ranks of each of the 4 jumps;
data(Example_data, package = "Covid19Wastewater")
Example_data$site = "Madison"
df_data <- computeJumps(Example_data)
rankJumps(df_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.