lkerr / groundfish-MSE

Development of Robust Management Strategies for Northeast Groundfish Fisheries in a Changing Climate
MIT License
4 stars 2 forks source link

add arguments to get_plots() #314

Open mle2718 opened 1 month ago

mle2718 commented 1 month ago

This feature adds breakyears and py0 as arguements to get_plots

breakyears controls the breakpoint years py0 controls the first year to plot.

The get_plots() function has default values, which should ensure backward compatibility.

The use of get_plots() in runPost.R passes those arguments explicitly.