time_lcc function

Regular Sequence for the Time Variable

Regular Sequence for the Time Variable

An list specifying control arguments to generate a regular sequence for the time variable returned by the function time_lcc, which is used to constructed the LCC, LPC and LA curves and its simultaneous confidence intervals. Default is NULL.

time_lcc(time, from, to, n)

Arguments

  • time: unique values of time variable
  • from: the starting (minimal) value of time variable.
  • to: the end (maximal) value of time variable.
  • n: an integer specifying the desired length of the sequence. Generally, n between 30 and 50 is adequate.

Returns

Return a regular sequence used to create the time variable

Examples

data(hue) attach(hue) time_lcc(time=Time, from=min(Time), to=max(Time), n=30) detach(hue)
  • Maintainer: Thiago de Paula Oliveira
  • License: GPL (>= 2)
  • Last published: 2022-08-25

Useful links