Description Usage Arguments Value Examples
Graph which correlates 2 variable and displays correlation coefficient on graph.
1 2 3 | correlation(data = MER(), x = data$dep_delay, y = data$arr_delay,
color1 = "forestgreen", color2 = "firebrick",
color3 = "dodgerblue")
|
data |
a data set |
x |
a data frame. |
y |
another data frame. |
color1, 2, 3 |
are different colors for each of the 3 variable which graph is grouped by. |
A graph displaying the correlation between two variables with correlation coefficient on graph.
1 | #correlation()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.