From 4d369b4a7a7ee0ad374831005ec5584460157d70 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 15 May 2016 23:33:19 +0530 Subject: correcting etfe documentation --- man/etfe.Rd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/etfe.Rd b/man/etfe.Rd index c2e31cb..662ff4a 100644 --- a/man/etfe.Rd +++ b/man/etfe.Rd @@ -8,6 +8,8 @@ etfe(data, n = 128) } \arguments{ \item{data}{an object of class \code{idframe}} + +\item{n}{frequency spacing (Default: \code{128})} } \value{ an \code{idfrd} object containing the estimated frequency response @@ -17,8 +19,8 @@ Estimates the emperical transfer function from the data by taking the ratio of the fourier transforms of the output and the input variables } \examples{ -data(frf) -frf <- etfe(data) +data(arxsim) +frf <- etfe(arxsim) } \references{ -- cgit