unfold_warp: Unfold a scene with a warp operation

Description Usage Arguments Value

View source: R/unfold_warp.R

Description

Unfold a scene with a warp operation

Usage

1
2
3
4
5
6
7
unfold_warp(
  data = scene_sticks(),
  iterations = 6,
  scale = 0.02,
  scatter = FALSE,
  output = "time"
)

Arguments

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)

Value

thing


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