diff --git a/DESCRIPTION b/DESCRIPTION index f82c213a..b96924f2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: FLCore Title: Core Package of FLR, Fisheries Modelling in R -Version: 2.6.20.9100 +Version: 2.6.20.9102 Authors@R: c( person("Iago", "Mosqueira", email = "iago.mosqueira@wur.nl", role = "cre", comment=c(c(ORCID = "0000-0002-3252-0591"))), diff --git a/R/length.R b/R/length.R index b491b0a6..11956711 100644 --- a/R/length.R +++ b/R/length.R @@ -102,6 +102,7 @@ invALK <- function(params, model=vonbert, age, cv=0.1, lmax=1.2, bin=1, #' ialk <- invALK(params=c(linf = 60, k = 2.29e-01, t0 = -1.37e+00), #' model=vonbert, age=1:10, lmax=1.2) #' lenSamples(catch.n(ple4), invALK=ialk, n=250) +#' lenSamples(expand(catch.n(ple4), season=1:4), invALK=ialk, n=250) lenSamples <- function(object, invALK, n=300) {