Learn R Programming

shapeR (version 1.0-1)

plotWavelet: 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,...)

Value

None

Arguments

object

A shapeR object

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'

Author

Lisa Anne Libungan

Examples

Run this code
data(shape)
shape = stdCoefs(shape,classes="pop","length_cm")
plotWavelet(shape,level=5,class.name= "pop",useStdcoef=TRUE)

Run the code above in your browser using DataLab