R/plot.spg.R

Defines functions plot.spg

Documented in plot.spg

plot.spg <-
function(x, pixel.colors = gray.colors(16,1,0), ...){

    image(attr(x, "time"), attr(x, "frequency"), x, col = pixel.colors, xlab = "Time (s)", ylab = "Frequency (Hz)", ...);
}
landmarkacoustics/SoundPoints-R documentation built on May 29, 2019, 9:14 a.m.