Unfold a scene with a tempest operation
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