plotWavelet: Mean and standard deviation of the wavelet coefficients

View source: R/shapeR.R

plotWaveletR 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 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'

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)

shapeR documentation built on Nov. 22, 2022, 1:07 a.m.

Related to plotWavelet in shapeR...