View source: R/plotLollipops.R
plotLollipops.GrowthData | R Documentation |
function to plot lollipops for fits to growth data.
plotLollipops.GrowthData(
mdfr,
type = "zscores",
extreme = 3,
dw = 1,
linewidth = 0.1,
plotPoints = TRUE,
xlab = "pre-molt size",
ylab = type
)
mdfr |
|
type |
|
extreme |
|
dw |
|
linewidth |
|
plotPoints |
|
xlab |
|
ylab |
|
Plots type
as lollipops against pre-molt size.
If type
= "recalc zscores", then the zscores are recalculated
(they were incorrectly calculated prior to August 2024).
ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.