From 24e91d335aa261a3759b2867aeff33c66d3275c3 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Mon, 16 May 2016 00:04:48 +0530 Subject: correcting documentation --- man/plot.idfrd.Rd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man') 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{ -- cgit