Skip to content

Commit

Permalink
2.6.20.9102
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Apr 30, 2024
1 parent 857ec40 commit f98aef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = "cre", comment=c(c(ORCID = "0000-0002-3252-0591"))),
Expand Down
1 change: 1 addition & 0 deletions R/length.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f98aef0

Please sign in to comment.