You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some nice things in the package that are not exported, also with some overlap. Some effort could be put into reducing the code replication and simplifying the use interface.
example of hidden functionality, the function FLa4a:::predict.stkpars could be exported as a method on a4aStkParams class.
An object of class "FLQuant"
, , unit = unique, season = all, area = unique
year
age 1957
1 NA
2 277659
3 510240
4 807496
5 946944
6 738763
7 369066
8 122659
9 30208
10 6407
Continuing this, the function genFLQuant has some similarities to predict.stkpars, and doing some code cleaning would make things more streamlined / cleaner
But, i think genFLQuant returns also stock.n, and catch.n, as does simulate(fit). So perhaps makes sense. Anyway, would be good to clean this up a bit.
There are some nice things in the package that are not exported, also with some overlap. Some effort could be put into reducing the code replication and simplifying the use interface.
example of hidden functionality, the function
FLa4a:::predict.stkpars
could be exported as a method on a4aStkParams class.The text was updated successfully, but these errors were encountered: