powered by
Simulated data set.
association
A data frame with 121 observations on the following 4 variables.
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()
Run the code above in your browser using DataLab