Unfold a scene with a meander operation

unfold_meander(
  data = entity_circle(),
  iterations = 100,
  smoothing = 6,
  endpause = 0,
  output1 = "time",
  output2 = "series"
)

Arguments

data

data frame with x, y, etc

iterations

number of time points in the time series

smoothing

number of smoothing iterations

endpause

length of pause at the end

output1

name of the primary unfolding variable to add (e.g., time)

output2

name of the secondary unfolding variable to add (e.g., series)

Value

tibble with columns series, time, x, y