Unfold a scene with a warp operation
unfold_warp( data = scene_sticks(), iterations = 6, scale = 0.02, scatter = FALSE, output = "time" )
data | data frame with x, y, id, and more |
---|---|
iterations | how many times should we iterate the noise? |
scale | how large is each step? |
scatter | should the noise seed be "scattered"? |
output | name of the output variable (default = time) |
thing