simulated_scatter | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.