Skip to contents

Get Fishery and Survey Selectivity Plots

Usage

get_selex_plot(rep, model_names, Selex_Type = "age")

Arguments

rep

List of n_models of `SPoRC` report lists

model_names

Vector of model names

Selex_Type

Character vector specifying whether to output age or length-based selectivity (age, length)

Value

Plots of terminal year fishery and survey selectivity by fleet, region, and sex across models

Examples

if (FALSE) { # \dontrun{
get_selex_plot(list(rep1, rep2), c("Model1", "Model2"))
} # }