setArg: #' Window-based rescaling #' #' This function operates a...

View source: R/generic_utilities.R

setArgR Documentation

#' Window-based rescaling #' #' This function operates a rescale on a signal based on a rolling window. #' It is useful to "auto zoom" a long signal #' #' @param x a ts or numeric object #' @param winSec integer. The window size, in seconds #' @param rangeMin lower boundary of rescaling #' @param rangeMax upper boundary of rescaling #' #' @return #' @export

Usage

setArg(arg, value, argList)

Arguments

arg
value
argList

Details

This is most useful when dealing with ... and setting default behaviours that can be overweritten by ...


kleinbub/rIP documentation built on Dec. 21, 2024, 9:15 a.m.