View source: R/correlationCalculationFunctions.R
This function takes a data frame of correlation profiles (grouped by a certain variable) and determines the zero-intercept (correlation length) for each ccorrelation profile. It is dependent on nesting ahd purrr map functions to iterate over all the profiles. You should install those two packages before using this.
1 | calcCorrelationLengths(groupedProfiles)
|
correlationProfiles |
A data frame of correlation profiles, grouped by a certain column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.