Skip to contents

Plot recruitment.

Usage

plot_rec(data, ex_data, ncol = 7)

Arguments

data

Dataframe with information about ssb and recruits. This is created from atlantis output files YOY.txt and SSB.txt (Usually output[...]YOY.txt' & 'output[...]SSB.txt') using load_rec.

ex_data

Dataframe to compare the atlantis run with.

ncol

Number of columns in multipanel plot. Default is 7.

Value

ggplot2 object

See also

Examples

if (FALSE) { # \dontrun{
} # }