association {openintro} | R Documentation |
Simulated dataset.
association
A data frame with 121 observations on the following 4 variables.
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
a numeric vector
library(ggplot2)
ggplot(association, aes(x = x1, y = y1)) +
geom_point()
ggplot(association, aes(x = x2, y = y4)) +
geom_point()
ggplot(association, aes(x = x3, y = y7)) +
geom_point()