plot_growth_matrix: Plot growth matrix

plot_growth_matrixR Documentation

Plot growth matrix

Description

This function produces two different plots of the growth matrix. The first version is on a single panel. The second version plots a panel for each size category.

Usage

plot_growth_matrix(
  object,
  xlab = "Size after growth (mm)",
  ylab = "Probability",
  scales = "fixed",
  figure_dir = "figure/"
)

Arguments

object

and LSD object

xlab

the x axis label

ylab

the y axis label

scales

should facet_wrap scales be fixed (the default), free, or free in one dimension (free_x, free_y).

figure_dir

the directory to save to


quantifish/rlsd documentation built on Sept. 6, 2024, 3:04 p.m.