-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathNS_species_params.Rd
35 lines (35 loc) · 1.02 KB
/
NS_species_params.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{NS_species_params}
\alias{NS_species_params}
\title{Example species parameter set based on the North Sea}
\format{
A data frame with 12 rows and 7 columns. Each row is a species.
\describe{
\item{species}{Name of the species}
\item{w_max}{Maximum size.}
\item{w_mat}{Size at maturity}
\item{beta}{Size preference ratio}
\item{sigma}{Width of the size-preference}
\item{R_max}{Maximum reproduction rate}
\item{k_vb}{The von Bertalanffy k parameter}
\item{w_inf}{The von Bertalanffy asymptotic size}
}
}
\source{
{Blanchard et al.}
}
\usage{
NS_species_params
}
\description{
This data set is based on species in the North Sea (Blanchard et al.). It is
a data.frame that contains all the necessary information to be used by the
\code{\link[=MizerParams]{MizerParams()}} constructor. As there is no gear column, each species is
assumed to be fished by a separate gear.
}
\examples{
params <- MizerParams(NS_species_params)
}
\keyword{datasets}