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

---
 man/impulseest.Rd      |  2 +-
 man/plot.impulseest.Rd |  2 +-
 man/spa.Rd             | 13 +++++++++++++
 man/step.Rd            |  2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 man/spa.Rd

(limited to 'man')

diff --git a/man/impulseest.Rd b/man/impulseest.Rd
index 4aab3de..dd8deb7 100644
--- a/man/impulseest.Rd
+++ b/man/impulseest.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/impulse.R
+% Please edit documentation in R/nonparam.R
 \name{impulseest}
 \alias{impulseest}
 \title{Estimate Impulse Response Models}
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd
index d5337bf..b761162 100644
--- a/man/plot.impulseest.Rd
+++ b/man/plot.impulseest.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/impulse.R
+% Please edit documentation in R/nonparam.R
 \name{plot.impulseest}
 \alias{plot.impulseest}
 \title{Impulse Response Plots}
diff --git a/man/spa.Rd b/man/spa.Rd
new file mode 100644
index 0000000..c32cffb
--- /dev/null
+++ b/man/spa.Rd
@@ -0,0 +1,13 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/nonparam.R
+\name{spa}
+\alias{spa}
+\title{Estimate frequency response}
+\usage{
+spa(data, WinSize = NULL)
+}
+\description{
+Estimates Frequency Response with fixed frequency resolution using
+spectral analysis
+}
+
diff --git a/man/step.Rd b/man/step.Rd
index e7d69bc..b67b585 100644
--- a/man/step.Rd
+++ b/man/step.Rd
@@ -1,5 +1,5 @@
 % Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/impulse.R
+% Please edit documentation in R/nonparam.R
 \name{step}
 \alias{step}
 \title{Step Response Plots}
-- 
cgit