Wspec
or WspecMat
.## S3 method for class 'WspecMat,missing':
plot(x, xlab = "time", ylab = "Frequency",
xunit = c("samples", "time"), log = "", ...)
## S3 method for class 'Wspec':
image(x, xlab = "time", ylab = "Frequency",
xunit = c("samples", "time"), log = "", ...)
xunit = "time"
, the unit is time in seconds, otherwise the number of samples."z"
if the z values are to be logarithmic.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.image
, Wspec
, WspecMat
, periodogram
and tuneR
for the constructor function and some examples.