plotWaveletShape {shapeR} | R Documentation |
Mean otolith shape based on wavelet reconstruction
Description
A function for showing the mean otolith shape based on wavelet reconstruction
Usage
plotWaveletShape(object, class.name,show.angle=FALSE,lty=1:5,col=1:6,...)
Arguments
object |
A |
class.name |
A string as the column name in the master list |
show.angle |
If TRUE angles are shown on the plot |
lty , col |
Vector of line types and colors. Values are used cyclically. |
... |
Additional parameters to be passed to 'plot' |
Value
None
Author(s)
Lisa Anne Libungan
References
Nason, G. (2012) wavethresh
: Wavelets statistics and transforms, version 4.5. R package.
Examples
data(shape)
plotWaveletShape(shape, "pop",show.angle = TRUE,lwd=2,lty=1)
[Package shapeR version 1.0-1 Index]