View source: R/integral.linear.R
integral.linear | R Documentation |
Return the derivative of the linear function
integral.linear(t, size, parms)
integral.linear(t, size, parms)
t |
The time in any unit |
size |
The current size |
parms |
A vector with alpha being c(alpha=x1) |
integral.linear returns the linear function.
A list with the derivative
Marc Girondot
## Not run:
library(embryogrowth)
data(nest)
formated <- FormatNests(nest)
# The initial parameters value can be:
# "T12H", "DHA", "DHH", "Rho25"
# Or
# "T12L", "DT", "DHA", "DHH", "DHL", "Rho25"
x <- structure(c(306.174998729436, 333.708348843241, 299.856306141849,
149.046870203155), .Names = c("DHA", "DHH", "T12H", "Rho25"))
# K or rK are not used for dydt.linear or dydt.exponential
resultNest_4p_linear <- searchR(parameters=x, fixed.parameters=NULL,
temperatures=formated, derivate=dydt.linear, M0=1.7,
hatchling.metric=c(Mean=39.33, SD=1.92))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.