diff options
author | Suraj Yerramilli | 2016-05-16 00:04:48 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-16 00:04:48 +0530 |
commit | 24e91d335aa261a3759b2867aeff33c66d3275c3 (patch) | |
tree | de0053806b85e8c6dc58f83b8dcf8ddfa23cc594 /man | |
parent | 01ffcb39a04d4999b2c1e5974cb56b674c7b9cce (diff) | |
download | SysID-R-code-24e91d335aa261a3759b2867aeff33c66d3275c3.tar.gz SysID-R-code-24e91d335aa261a3759b2867aeff33c66d3275c3.tar.bz2 SysID-R-code-24e91d335aa261a3759b2867aeff33c66d3275c3.zip |
correcting documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/plot.idfrd.Rd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/plot.idfrd.Rd b/man/plot.idfrd.Rd index 541c2eb..6316b5b 100644 --- a/man/plot.idfrd.Rd +++ b/man/plot.idfrd.Rd @@ -14,9 +14,8 @@ 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) +data(frd) +plot(frd) } \seealso{ |