plotFourier {shapeR} | R Documentation |
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, ...)
Arguments
object |
|
coef.index |
An index vector for which fourier coefficents to be shown. Default is |
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' |
Value
None
Author(s)
Lisa Anne Libungan
Examples
data(shape)
shape = stdCoefs(shape,classes="pop","length_cm")
plotFourier(shape,class.name= "pop",useStdcoef=TRUE)
[Package shapeR version 1.0-1 Index]