summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-06 19:56:01 +0530
committerSuraj Yerramilli2015-06-06 19:56:01 +0530
commit039cc10fb201f39b06bc53ce3127f0a00d140b98 (patch)
tree0cfa79b8bc49ffeb366bd50af063ff9e7f7695dd /man
parent95082ac2b48ee107b0faa18224bd7211cfeba297 (diff)
downloadSysID-R-code-039cc10fb201f39b06bc53ce3127f0a00d140b98.tar.gz
SysID-R-code-039cc10fb201f39b06bc53ce3127f0a00d140b98.tar.bz2
SysID-R-code-039cc10fb201f39b06bc53ce3127f0a00d140b98.zip
Documenting plot.idfrd
Diffstat (limited to 'man')
-rw-r--r--man/plot.idfrd.Rd11
1 files changed, 10 insertions, 1 deletions
diff --git a/man/plot.idfrd.Rd b/man/plot.idfrd.Rd
index 5daf85c..0c7d662 100644
--- a/man/plot.idfrd.Rd
+++ b/man/plot.idfrd.Rd
@@ -10,6 +10,15 @@
\item{object}{An object of class \code{idframe}}
}
\description{
-Plot method for frequency resopnse data
+Generates the bode plot of the given frequency response data. It uses the
+ggplot2 plotting engine
+}
+\examples{
+data(frf)
+frf <- spa(data) # Estimates the frequency response from data
+plot(frf)
+}
+\seealso{
+\code{\link[ggplot2]{ggplot}}
}