diff options
Diffstat (limited to 'man/plot.idfrd.Rd')
-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{ |