plot-Wspec | R Documentation |
Plotting a periodogram contained in an object of class Wspec
.
## S4 method for signature 'Wspec,missing'
plot(x, which = 1, type = "h", xlab = "frequency",
ylab = NULL, log = "", ...)
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 |
Uwe Ligges ligges@statistik.tu-dortmund.de
see Wspec
, periodogram
and tuneR
for the constructor function and some examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.