make_random_scatterplot: Make a scatterplot of random points

Description Usage Arguments Details Value

View source: R/make_random_scatterplot.R

Description

Make a scatterplot of random points

Usage

1
2
make_random_scatterplot(points = 5000, point_shape = "square",
  background_color = NA, ...)

Arguments

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.

Details

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.

Value

'ggplot' object


jimtheflash/arrrt documentation built on April 5, 2020, 11:49 a.m.