Description Usage Arguments Value
View source: R/unfold_breeze.R
Unfold a scene with a swirl operation
1 2 3 4 5 6 7 8 9 10 11 | unfold_breeze(
data = scene_sticks(),
iterations = 6,
scale = 0.02,
drift = 0.01,
noise = NULL,
fractal = NULL,
octaves = 8,
output = "time",
...
)
|
data |
data frame with x, y, id, and more |
iterations |
how many times should we iterate? |
scale |
how large is each step? |
drift |
gaussian noise to inject at each step |
noise |
noise function (default is ambient::gen_simplex) |
fractal |
fractal function (default is ambient::billow) |
octaves |
default = 8 |
output |
name of the unfolding variable to add (e.g., time) |
... |
arguments to pass to ambient::fracture |
a "tempest" ribbon, data frame with x, y, order, time and id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.