plotFourierShape | R Documentation |
A function for showing the mean otolith shape based on Fourier reconstruction
plotFourierShape(object, class.name, show.angle = FALSE,lty=1:5,col=1:6, ...)
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' |
None
Lisa Anne Libungan
Libungan LA and Palsson S (2015) ShapeR: An R Package to Study Otolith Shape Variation among Fish Populations. PLoS ONE 10(3): e0121102. https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0121102
data(shape) plotFourierShape(shape, "pop",show.angle = TRUE,lwd=2,lty=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.