| plot-WspecMat | R Documentation |
Plotting a spectogram (image) of an object of class Wspec or WspecMat.
## S4 method for signature 'WspecMat,missing'
plot(x, xlab = "time", ylab = "frequency",
xunit = c("samples", "time"), log = "", ...)
## S4 method for signature 'Wspec'
image(x, xlab = "time", ylab = "frequency",
xunit = c("samples", "time"), log = "", ...)
x |
Object of class |
xlab, ylab |
Label for x-/y-axis. |
xunit |
Character indicating which units are used to annotate the x-axis.
If |
log |
Character - |
... |
Further arguments to be passed to the underlying |
Calling image on a Wspec object converts it to class
WspecMat and calls the corresponding plot function.
Calling plot on a WspecMat object
generates an image with correct annotated axes.
Uwe Ligges ligges@statistik.tu-dortmund.de
see image, Wspec, WspecMat, 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.