make_warp_fct: Generate a warping function

View source: R/warping_functions.R

make_warp_fctR Documentation

Generate a warping function

Description

This function generates a certain kind of warping function that can be used by pavpop.

Usage

make_warp_fct(type = c("shift", "linear", "piecewise-linear", "smooth",
  "identity", "integral"), tw = NULL, maxShift)

Arguments

type

type of warping function.

tw

anchor points for the warping parameters. Needed for types 'piecewise-linear' and 'smooth'.

maxShift

Maximal shift for type = 'shift'

Details

For combining shift with another type, use w.shift

See Also

w.shift


naolsen/simm.fda documentation built on June 28, 2022, 2:41 a.m.