Description Usage Arguments Value Functions Examples
View source: R/correlation_variables.R
Takes similar named variables and produces a matrix of scatterplots and their correlation coefficients to E.Coli.
1 2 3 |
df |
data.frame with data for e.coli and chosen variables in lagdays |
... |
Arguments passed to |
Plotting function. Returns a plot.
Returns correlation values.
correlation_values
: Internal function
1 | correlation_values(data.frame(datum = rep("egal",10), e.coli = 1:10, var = 1:10), variable = "var")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.