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

Missing variable in advSum #27

Open
iagomosqueira opened this issue Feb 22, 2019 · 0 comments
Open

Missing variable in advSum #27

iagomosqueira opened this issue Feb 22, 2019 · 0 comments

Comments

@iagomosqueira
Copy link
Member

advSum in FLBEIA/R/Results_Summary.R:1743 has

advSum <- function(obj, stknms = catchNames(obj$fleets), 
                     years = dimnames(obj$biols[[1]]@n)[[2]], long = TRUE, scenario = 'bc'){
  fleets <- obj$fleets
  advice <- obj$advice
  if(stknms[1] == 'all') stknms <- names(biols)
[...]

but biols has not been defined. Should this be obj? Or is it missing another artgument?

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