-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathset_trait_model.Rd
159 lines (127 loc) · 5.7 KB
/
set_trait_model.Rd
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/deprecated.R
\name{set_trait_model}
\alias{set_trait_model}
\title{Deprecated function for setting up parameters for a trait-based model}
\usage{
set_trait_model(
no_sp = 10,
min_w_inf = 10,
max_w_inf = 1e+05,
no_w = 100,
min_w = 0.001,
max_w = max_w_inf * 1.1,
min_w_pp = 1e-10,
w_pp_cutoff = 1,
k0 = 50,
n = 2/3,
p = 0.75,
q = 0.9,
eta = 0.25,
r_pp = 4,
kappa = 0.005,
lambda = 2 + q - n,
alpha = 0.6,
ks = 4,
z0pre = 0.6,
h = 30,
beta = 100,
sigma = 1.3,
f0 = 0.5,
gamma = NA,
knife_edge_size = 1000,
gear_names = "knife_edge_gear",
...
)
}
\arguments{
\item{no_sp}{The number of species in the model. The default value is 10. The
more species, the longer takes to run.}
\item{min_w_inf}{The asymptotic size of the smallest species in the
community.}
\item{max_w_inf}{The asymptotic size of the largest species in the community.}
\item{no_w}{The number of size bins in the community spectrum.}
\item{min_w}{The smallest size of the community spectrum.}
\item{max_w}{Obsolete argument because the maximum size of the consumer
spectrum is set to max_w_inf.}
\item{min_w_pp}{Obsolete argument because the smallest resource size is set
to the smallest size at which the consumers feed.}
\item{w_pp_cutoff}{The cut off size of the resource spectrum. Default value
is 1.}
\item{k0}{Multiplier for the maximum recruitment. Default value is 50.}
\item{n}{Scaling of the intake. Default value is 2/3.}
\item{p}{Scaling of the standard metabolism. Default value is 0.75.}
\item{q}{Exponent of the search volume. Default value is 0.9.}
\item{eta}{Factor to calculate \code{w_mat} from asymptotic size.}
\item{r_pp}{Growth rate parameter for the resource spectrum. Default value is 4.}
\item{kappa}{Coefficient in abundance power law. Default value is
0.005.}
\item{lambda}{Exponent of the abundance power law. Default value is (2+q-n).}
\item{alpha}{The assimilation efficiency of the community. The default value
is 0.6}
\item{ks}{Standard metabolism coefficient. Default value is 4.}
\item{z0pre}{The coefficient of the background mortality of the community. z0
= z0pre * w_inf ^ (n-1). The default value is 0.6.}
\item{h}{Maximum food intake rate. Default value is 30.}
\item{beta}{Preferred predator prey mass ratio. Default value is 100.}
\item{sigma}{Width of prey size preference. Default value is 1.3.}
\item{f0}{Expected average feeding level. Used to set \code{gamma}, the
factor for the search volume. The default value is 0.5.}
\item{gamma}{Volumetric search rate. Estimated using \code{h}, \code{f0} and
\code{kappa} if not supplied.}
\item{knife_edge_size}{The minimum size at which the gear or gears select
species. Must be of length 1 or no_sp.}
\item{gear_names}{The names of the fishing gears. A character vector, the
same length as the number of species. Default is 1 - no_sp.}
\item{...}{Other arguments to pass to the \code{MizerParams} constructor.}
}
\value{
An object of type \code{MizerParams}
}
\description{
\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#deprecated}{\figure{lifecycle-deprecated.svg}{options: alt='[Deprecated]'}}}{\strong{[Deprecated]}}
This function has been deprecated in favour of the function
\code{\link[=newTraitParams]{newTraitParams()}} that sets better default values.
}
\details{
This functions creates a \code{MizerParams} object so that trait-based-type
models can be easily set up and run. The trait-based size spectrum model can
be derived as a simplification of the general size-based model used in
\code{mizer}. The species-specific parameters are the same for all species,
except for
the asymptotic size, which is considered the most important trait
characterizing a species. Other parameters are related to the asymptotic
size. For example, the size at maturity is given by \code{w_max * eta},
where \code{eta} is
the same for all species. For the trait-based model the number of species is
not important. For applications of the trait-based model see Andersen &
Pedersen (2010). See the \code{mizer} vignette for more details and examples
of the trait-based model.
The function has many arguments, all of which have default values. Of
particular interest to the user are the number of species in the model and
the minimum and maximum asymptotic sizes. The asymptotic sizes of the species
are spread evenly on a logarithmic scale within this range.
The stock recruitment relationship is the default Beverton-Holt style. The
maximum recruitment is calculated using equilibrium theory (see Andersen &
Pedersen, 2010) and a multiplier, \code{k0}. Users should adjust \code{k0} to
get the spectra they want.
The factor for the search volume, \code{gamma}, is calculated using the
expected feeding level, \code{f0}.
Fishing selectivity is modelled as a knife-edge function with one parameter,
\code{knife_edge_size}, which is the size at which species are selected. Each
species can either be fished by the same gear (\code{knife_edge_size} has a
length of 1) or by a different gear (the length of \code{knife_edge_size} has
the same length as the number of species and the order of selectivity size is
that of the asymptotic size).
The resulting \code{MizerParams} object can be projected forward using
\code{project} like any other \code{MizerParams} object. When projecting
the community model it may be necessary to reduce \code{dt} to 0.1 to avoid
any instabilities with the solver. You can check this by plotting the biomass
or abundance through time after the projection.
}
\references{
K. H. Andersen and M. Pedersen, 2010, Damped trophic cascades
driven by fishing in model marine ecosystems. Proceedings of the Royal
Society V, Biological Sciences, 1682, 795-802.
}
\concept{deprecated}