plotWavelet | R Documentation |
The mean and standard deviation of tdhe wavelet coefficients
plotWavelet(object, level, start.angle = 0, class.name=NULL,useStdcoef=FALSE,...)
object |
A |
level |
The wavelet level to be shown |
start.angle |
The angle in degrees, the x-axis should start on |
class.name |
Column name in master list for partitioning the data into groups and showing the ratio of variation among groups. |
useStdcoef |
Choose "TRUE" or "FALSE" if coefficients should be standardized or not |
... |
Additional parameters to be passed to 'plot' |
None
Lisa Anne Libungan
data(shape) shape = stdCoefs(shape,classes="pop","length_cm") plotWavelet(shape,level=5,class.name= "pop",useStdcoef=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.