Unfold a scene with a slice operation

unfold_slice(
  data = scene_sticks(),
  iterations = 6,
  scale = 0.2,
  scatter = FALSE,
  output1 = "time",
  output2 = "order"
)

Arguments

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)

Value

a "tempest" ribbon, data frame with x, y, order, time and id