This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include:
cp.molecule, cpt, dwt, nd.dwt, rob.dwt, wp.molecule, wpt.
time.freq.plot(x, plot=T, power.stretch=0, ...) time.scale.plot(x, plot=T, power.stretch=0, ...)
xx <- make.signal("linchirp", 512) ww <- wp.table(xx, wavelet="s8") bb <- best.basis(ww) # select the best basis time.freq.plot(bb) # time-frequency plane plot for the best basisww.dwt <- as.dwt(ww) # extract DWT coefficients from the full table time.freq.plot(ww.dwt) # time-frequency plane plot for DWT