Learn R Programming

shapeR (version 1.0-1)

plotFourier: Mean and standard deviation of the Fourier coefficients

Description

The mean and standard deviation of the Fourier coefficients

Usage

plotFourier(object, coef.index=NULL,class.name=NULL,useStdcoef=FALSE, ...)

Value

None

Arguments

object

shapeR object

coef.index

An index vector for which fourier coefficents to be shown. Default is NULL and all coefficients are shown.

class.name

Column name in master list for partitioning the data into groups and showing the ratio of variance among to the sum of variance among and variance within.

useStdcoef

Boolean saying if to use the standardized coefficients 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")
plotFourier(shape,class.name= "pop",useStdcoef=TRUE)

Run the code above in your browser using DataLab