I'm working with wavelets on a program and I'm used the package wavelets
to create the DWT of a time series using the function dwt
. This function returns an object of class dwt
, which is a S4 object with many slots: W
, V
, levels
, filter
, and so on.
How can I access the W
's as a vector?
slotNames
. Also note that you can visit the R Public chat room if you have any clarifications – Diametral