summaryrefslogtreecommitdiff
path: root/man/plot.idfrd.Rd
blob: 435f6d7f40e9222d57190a4d34b4648622f2d67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/idframe.R
\name{plot.idfrd}
\alias{plot.idfrd}
\title{Plotting idfrd objects}
\usage{
\method{plot}{idfrd}(x, col = "steelblue", lwd = 1, ...)
}
\arguments{
\item{x}{An object of class \code{idframe}}

\item{col}{a specification for the line colour (Default : \code{"
steelblue"})}

\item{lwd}{the line width, a positive number, defaulting to 1}

\item{\ldots}{additional arguments}
}
\description{
Generates the bode plot of the given frequency response data. It uses the
ggplot2 plotting engine
}
\examples{
data(frd)
plot(frd)

}
\seealso{
\code{\link[ggplot2]{ggplot}}
}