flr / FLa4a

The repository for the JRC initiative on stock assessment
https://fishreg.jrc.ec.europa.eu/web/a4a
12 stars 6 forks source link

units in slots of a4aFit #110

Open iagomosqueira opened 7 years ago

iagomosqueira commented 7 years ago

The units in the stock.n and catch.n slots are returned as 'NA', rather that being the same as the input catch.n.

summary(fit(ple4, ple4.indices))

Also, the '+' method uses the units in a4aFit rather than those in the FLStock object, so they get lost

summary(ple4 + fit(ple4, ple4.indices))