Plot growth from arbitrary start age

Plot growth from arbitrary start age

plot_growth_inc(
  M,
  xlab = "Pre-molt size (mm)",
  ylab = "Molt increment (mm)",
  slab = "Sex"
)

plot_growth_inc(
  M,
  xlab = "Pre-molt size (mm)",
  ylab = "Molt increment (mm)",
  slab = "Sex"
)

Arguments

M

list object created by read_admb function

xlab

the x-axis label for the plot

ylab

the y-axis label for the plot

slab

the sex label for the plot that appears above the key

Value

plot growth increment for given pre-molt size, including model predictions and data

plot growth increment for given pre-molt size, including model predictions and data

Author

SJD Martell, D'Arcy N. Webber