Description Usage Format Examples
Fake data.
1 | data("simulated_scatter")
|
A data frame with 500 observations on the following 3 variables.
group
Group, representing data for a specific plot.
x
x-value.
y
y-value.
1 2 3 | data(simulated_scatter)
these <- simulated_scatter$group == 1
plot(simulated_scatter$x[these], simulated_scatter$y[these])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.