unfold_tempest: Unfold a scene with a tempest operation

Description Usage Arguments Value

View source: R/unfold_tempest.R

Description

Unfold a scene with a tempest operation

Usage

1
2
3
4
5
6
7
8
unfold_tempest(
  data = scene_sticks(),
  iterations = 6,
  scale = 0.02,
  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


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