plotFourier | R Documentation |
The mean and standard deviation of the Fourier coefficients
plotFourier(object, coef.index=NULL,class.name=NULL,useStdcoef=FALSE, ...)
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' |
None
Lisa Anne Libungan
data(shape) shape = stdCoefs(shape,classes="pop","length_cm") plotFourier(shape,class.name= "pop",useStdcoef=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.