Description Usage Arguments Value
View source: R/unfold_tempest.R
Unfold a scene with a tempest operation
1 2 3 4 5 6 7 8 | unfold_tempest(
data = scene_sticks(),
iterations = 6,
scale = 0.02,
scatter = FALSE,
output1 = "time",
output2 = "order"
)
|
data |
data frame with x, y, id, and more |
iterations |
how many times should we iterate the curl noise? |
scale |
how large is each curl step? |
scatter |
should the noise seed be "scattered"? |
output1 |
name of the primary unfolding variable to add (e.g., time) |
output2 |
name of the secondary unfolding variable to add (e.g., order) |
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.