plotWavelet {shapeR} | R Documentation |
Mean and standard deviation of the wavelet coefficients
Description
The mean and standard deviation of tdhe wavelet coefficients
Usage
plotWavelet(object, level, start.angle = 0, class.name=NULL,useStdcoef=FALSE,...)
Arguments
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' |
Value
None
Author(s)
Lisa Anne Libungan
Examples
data(shape)
shape = stdCoefs(shape,classes="pop","length_cm")
plotWavelet(shape,level=5,class.name= "pop",useStdcoef=TRUE)
[Package shapeR version 1.0-1 Index]