We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a cryptic error regarding possible dimension mis-match when combining the results of VPA with the original FLStock object.
> tmp <- VPA(stock, fratio = 1) > stock <- stock + tmp Error in !all.equal(dnx[c(-2, -6)], dny[c(-2, -6)]) : invalid argument type
Any idea what the problem might be?
The text was updated successfully, but these errors were encountered:
It works with ple4,
library(FLAssess) data(ple4) tmp <- VPA(ple4, fratio = 1) ple4 <- ple4 + tmp
Is there any NAs in stock that get ignored by VPA() and thus the output has a different size?
Sorry, something went wrong.
No, there are no NAs in the object. I'll send you an example.
No branches or pull requests
I'm getting a cryptic error regarding possible dimension mis-match when combining the results of VPA with the original FLStock object.
Any idea what the problem might be?
The text was updated successfully, but these errors were encountered: