plot-Wspec {tuneR} | R Documentation |
Plotting Wspec objects
Description
Plotting a periodogram contained in an object of class Wspec
.
Usage
## S4 method for signature 'Wspec,missing'
plot(x, which = 1, type = "h", xlab = "frequency",
ylab = NULL, log = "", ...)
Arguments
x |
Object of class |
which |
Integer indicating which of the periodograms contained in object |
type |
The default is to plot horizontal lines, rather than points. See |
xlab , ylab |
Label for x-/y-axis. |
log |
Character - |
... |
Further arguments to be passed to the underlying plot functions.
See |
Author(s)
Uwe Ligges ligges@statistik.tu-dortmund.de
See Also
see Wspec
, periodogram
and tuneR
for the constructor function and some examples.
[Package tuneR version 1.4.7 Index]