Description Usage Arguments Details Value
View source: R/make_random_scatterplot.R
Make a scatterplot of random points
1 2 | make_random_scatterplot(points = 5000, point_shape = "square",
background_color = NA, ...)
|
points |
num number of points |
point_shape |
chr shape of points |
background_color |
chr background color; defaults to 'NA' which defers to default theme options |
... |
other args passed to 'geom_point()', including 'alpha', 'size', 'color', etc. |
Creates a data.frame of points length, with column 'x' drawn from random normal distribution, column 'y' from random uniform distribution, and column 'z' from random normal distribution.
'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.