-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
77 lines (77 loc) · 2.68 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: osmose
Type: Package
Title: Object Oriented Simulator of Marine Ecosystems
Version: 4.3.3
#Date: 2020-06-17
Authors@R:
c(person(given = "Yunne-Jai",
family = "Shin",
role = "aut",
comment = c(ORCID = "0000-0002-7259-9265")),
person(given = "Travers",
family = "Morgane",
role = "aut",
comment = c(ORCID = "0000-0003-1493-662X")),
person(given = "Verley",
family = "Philippe",
role = "aut",
comment = c(ORCID = "0000-0002-5686-2764")),
person(given = "Ricardo",
family = "Oliveros-Ramos",
role = "aut",
comment = c(ORCID = "0000-0002-8069-2101")),
person(given = "Laure",
family = "Velez",
role = "aut"),
person(given = "Nicolas",
family = "Barrier",
role = "cre",
comment = c(ORCID = "0000-0002-1693-4719"),
email = "[email protected]"),
person(given = "Criscely",
family = "Lujan",
role = "ctb"),
person(given = "Michael",
family = "Hurtado",
role = "ctb"),
person(given = "Wencheng",
family = "Lau-Medrano",
role = "ctb"))
Description: The multispecies and individual-based model (IBM) 'OSMOSE'
(Shin and Curry (2001) <doi:10.1016/S0990-7440(01)01106-8> and Shin and Curry
(2004) <doi:10.1139/f03-154>) focuses on fish species. This model assumes
opportunistic predation based on spatial co-occurrence and size adequacy
between a predator and its prey (size-based opportunistic predation). It
represents fish individuals grouped into schools, which are characterized by
their size, weight, age, taxonomy and geographical location (2D model), and
which undergo major processes of fish life cycle (growth, explicit predation,
natural and starvation mortalities, reproduction and migration) and fishing
exploitation. The model needs basic biological parameters that are often
available for a wide range of species, and which can be found in 'FishBase'
for instance (see <http://www.fishbase.org/search.php>), and fish spatial
distribution data. This package provides tools to build and run simulations
using the 'OSMOSE' model.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
graphics,
grDevices,
rlist,
stats,
knitr,
rmarkdown,
stringr,
utils,
ncdf4,
mgcv,
fields,
calibrar,
R.utils
URL: http://www.osmose-model.org/
LazyData: FALSE
BugReports: https://github.com/osmose-model/osmose/issues
SystemRequirements: Java (>= 8)
VignetteBuilder: knitr
RoxygenNote: 7.1.2