plot_toydata | R Documentation |
Provides an overview table for the time and scope conditions of a data set
plot_toydata(dat, col = viridis::viridis(2, alpha = 0.7)[1], pch = 19, ...)
dat |
The number of observations in the produced toydata |
col |
Set your favorite color (if you don't like the default) |
... |
Additional arguments passed to plot |
A plot of the toydata
toydata <- create_toydata(n = 1000)
plot_toydata(toydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.