Description Usage Arguments Details Value
View source: R/make_random_harmonograph.R
Draw a harmonograph using random data
1 2 | make_random_harmonograph(n = 4, sequence = seq(0, 100, by = 0.001),
point_size = 0.5, point_alpha = 0.5, ...)
|
n |
num how many parameter terms |
sequence |
num vector how many points to draw |
point_size |
num size of point in 'geom_point' |
point_alpha |
num alpha of point in 'geom_point' |
... |
other args passed on to 'geom_point' |
inspired by and based on https://fronkonstin.com/2014/10/13/beautiful-curves-the-harmonograph/
'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.