Description Usage Arguments Value
View source: R/unfold_meander.R
Unfold a scene with a meander operation
1 2 3 4 5 6 7 8 | unfold_meander(
data = entity_circle(),
iterations = 100,
smoothing = 6,
endpause = 0,
output1 = "time",
output2 = "series"
)
|
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) |
tibble with columns series, time, x, y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.