From 1f707ee4da5e7a8c589e65b73d4f6d624f6d0b06 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Wed, 3 Jun 2015 13:29:33 +0530 Subject: Updated Documentation and NAMESPACE --- R/nonparam.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'R/nonparam.R') diff --git a/R/nonparam.R b/R/nonparam.R index c6cdaa7..c9a081e 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -87,9 +87,12 @@ step <- function(model){ abline(h=0) } -#' Estimate frequency response with fixed frequency resolution using +#' Estimate frequency response +#' +#' Estimates Frequency Response with fixed frequency resolution using #' spectral analysis #' +#' @export spa <- function(data,WinSize=NULL){ require(sapa) temp <- cbind(data$y,data$u) -- cgit