unfold_meander: Unfold a scene with a meander operation

Description Usage Arguments Value

View source: R/unfold_meander.R

Description

Unfold a scene with a meander operation

Usage

1
2
3
4
5
6
7
8
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


djnavarro/jasmines documentation built on April 12, 2021, 4:25 a.m.