-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: FLIBM
Type: Package
Title: Individual-based operating model for fisheries simulations
Version: 0.4.0
Date: 2025-01-16
Author: Marc H. Taylor
Maintainer: Marc H. Taylor <[email protected]>
Depends:
R (>= 3.5.0),
FLCore,
FLash,
ggplot2,
ggplotFL,
data.table,
parallel
Imports:
TropFishR
Description: The FLIBM model is developed along the lines of the
FLR framework (Fisheries Library for R) <http://www.flr-project.org/>,
and uses FLStock objects to record the state of the simulated stock.
Through use of an individual-based model (IBM) allows for the generation of
non-age-based stock indices (e.g. based on length), which are commonly
used in data-limited stock assessment approaches. Presently,
individual variation is modelled for the processes of growth,
through variation in growth function parameters, and mortality,
through treatment of rates (natural and fishing mortality)
as probabilties of dying.
License: GPL-3
URL: https://github.com/marchtaylor/FLIBM
Encoding: UTF-8
LazyData: FALSE
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr