correlation: Graph which correlates 2 variable and displays correlation...

Description Usage Arguments Value Examples

Description

Graph which correlates 2 variable and displays correlation coefficient on graph.

Usage

1
2
3
correlation(data = MER(), x = data$dep_delay, y = data$arr_delay,
  color1 = "forestgreen", color2 = "firebrick",
  color3 = "dodgerblue")

Arguments

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.

Value

A graph displaying the correlation between two variables with correlation coefficient on graph.

Examples

1
#correlation()

ty14/MilewskiR1 documentation built on May 24, 2019, 4:11 p.m.