powered by
Fake data.
simulated_scatter
A data frame with 500 observations on the following 3 variables.
Group, representing data for a specific plot.
x-value.
y-value.
library(ggplot2) ggplot(simulated_scatter, aes(x = x, y = y)) + geom_point() + facet_wrap(~group)
Run the code above in your browser using DataLab