-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget_ue0.Rd
27 lines (25 loc) · 1.02 KB
/
get_ue0.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_ue0.R
\name{get_ue0}
\alias{get_ue0}
\title{get_ue0}
\usage{
get_ue0(p, eb = 1, lb0 = NA)
}
\arguments{
\item{p}{1 or 3 -vector with parameters g, k_J/ k_M, v_H^b, see get_lb}
\item{eb}{optional scalar with scaled reserbe density at birth (default: eb = 1)}
\item{lb0}{optional scalar with scaled length at birth (default: lb is optained from get_lb)}
}
\value{
[uE0, lb, info] scaled with scaled reserve at t=0: $U_E^0 g^2 k_M^3/ v^2$ with $U_E^0 = M_E^0/ \{J_{EAm}\}$; lb: scalar with scaled length at birth; info: indicator equals 1 if successful, 0 otherwise
}
\description{
gets initial scaled reserve.
Obtains the initial scaled reserve for eggs given the scaled reserve density at birth.
Specification of length at birth as third input by-passes its computation, so if you want to specify an initial value for this quantity, you should use get_lb directly.
}
\examples{
g = 6; k = 6; kap = .8; uHb = .001; vHb = uHb/ (1 - kap);
par = c(g, k, vHb);
}