Description Usage Arguments Value Examples
View source: R/vector_calculations.R
Calculate the correlation between two vectors.
| 1 | correlation(x, y)
 | 
| x | A vector. | 
| y | A vector. | 
Correlation between x and y.
| 1 | correlation(c(1,2,3,4), c(1,2,3,5))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.