-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathNS_species_params_gears.Rd
36 lines (36 loc) · 1.04 KB
/
NS_species_params_gears.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{NS_species_params_gears}
\alias{NS_species_params_gears}
\title{Example species parameter set based on the North Sea with different gears}
\format{
A data frame with 12 rows and 8 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}
\item{gear}{Name of the fishing gear}
}
}
\source{
{Blanchard et al.}
}
\usage{
NS_species_params_gears
}
\description{
This data set is based on species in the North Sea (Blanchard et al.).
It is similar to the data set \code{NS_species_params} except that
this one has an additional column specifying the fishing gear that
operates on each species.
}
\examples{
params <- MizerParams(NS_species_params_gears)
}
\keyword{datasets}