[FLR-list] Error in a4aout at harvest + m(stock) : non-conformable arrays
Luis Ridao
luisr at hav.fo
Tue Feb 17 17:10:17 CET 2015
Hi all,
Giving "a4a" package a try.
I have FLStock and FLIndices objects:
> class(gul0001)
[1] "FLStock"
attr(,"package")
[1] "FLCore"
> class(gul.indices)
[1] "FLIndices"
attr(,"package")
[1] "FLCore"
>
The harvest slot is "NAs":
> dim(harvest(gul0001))
[1] 18 20 1 1 1 1
and M slot (M=0.1)
> dim(m(gul0001))
[1] 18 20 1 1 1 1
But when performing a model run an error comes up:
> gulfit <- sca(gul0001, gul.indices)
Error in a4aout at harvest + m(stock) : non-conformable arrays
Any ideas?
Thanks in advance
More information about the flr-list
mailing list