From 0b57c84f521aa91d93f532b84fd510f3316a81e6 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sat, 6 Jun 2015 17:58:39 +0530 Subject: Updated Documentation --- R/nonparam.R | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'R') diff --git a/R/nonparam.R b/R/nonparam.R index d7a6162..1450110 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -92,6 +92,12 @@ step <- function(model){ #' Estimates Frequency Response with fixed frequency resolution using #' spectral analysis #' +#' @param data an \code{idframe} object +#' @param npad an integer representing the total length of each time series +#' to analyze after padding with zeros. This argument allows the user to +#' control the spectral resolution of the SDF estimates: the normalized +#' frequency interval is deltaf=1/npad. (Default:) +#' #' @export spa <- function(data,npad=255){ require(sapa) -- cgit