Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eqsr_fit does not pass remove.years information to eqsr_plot #31

Open
marchtaylor opened this issue Dec 21, 2022 · 0 comments
Open

eqsr_fit does not pass remove.years information to eqsr_plot #31

marchtaylor opened this issue Dec 21, 2022 · 0 comments

Comments

@marchtaylor
Copy link

This might be a good enhancement, as the plot could be misleading; e.g.

library(msy)
data(icesStocks)
FIT <- eqsr_fit(icesStocks$saiNS,
  nsamp = 1000,
  models = c("Ricker", "Segreg"), remove.years = 1967:1990)

eqsr_plot(FIT, n = 20000, ggPlot = T)

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant