Skip to contents

Visualize candidate management procedures (MPs) as harvest control rules.

Usage

plot_mps(MP_grid, xmax = 3.6, facet_var = NULL, facet_var2 = NULL, xlab)

Arguments

MP_grid

A data.frame containing candidate MP parameters with each row representing one MP.

xmax

A numeric value specifying the maximum x-axis value for the plot.

facet_var

A character string naming a column of MP_grid to use as the row faceting variable, or NULL (default) for no faceting.

facet_var2

A character string naming a column of MP_grid to use as the column faceting variable, or NULL (default) for no faceting.

xlab

character xlab name

Value

a ggplot2 object.