-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathNS_params.Rd
More file actions
35 lines (35 loc) · 887 Bytes
/
NS_params.Rd
File metadata and controls
35 lines (35 loc) · 887 Bytes
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{NS_params}
\alias{NS_params}
\title{Example MizerParams object for the North Sea example}
\format{
A MizerParams object
}
\source{
{Blanchard et al.}
}
\usage{
NS_params
}
\description{
A MizerParams object created from the \code{NS_species_params_gears} species
parameters and the \code{inter} interaction matrix together with an initial
condition corresponding to the steady state obtained from fishing with an
effort
\code{effort = c(Industrial = 0, Pelagic = 1, Beam = 0.5, Otter = 0.5)}.
}
\examples{
\donttest{
sim = project(NS_params, effort = c(Industrial = 0, Pelagic = 1,
Beam = 0.5, Otter = 0.5))
plot(sim)
}
}
\seealso{
Other example parameter objects:
\code{\link{NS_sim}}
}
\concept{example parameter objects}
\keyword{datasets}