resultNest_6p_SSM | R Documentation |
Fit using the nest database
resultNest_6p_SSM
A list with fitted information about data(nest)
Result of the fit using the nest database
Marc Girondot marc.girondot@universite-paris-saclay.fr
Girondot M, Monsinjon J, Guillon J-M (2018) Delimitation of the embryonic thermosensitive period for sex determination using an embryo growth model reveals a potential bias for sex ratio prediction in turtles. Journal of Thermal Biology 73: 32-40
## Not run:
library(embryogrowth)
data(nest)
formated <- FormatNests(nest)
x <- structure(c(104.954347370542, 3447.10062406071, 661.269363920423,
96.3871849546537, 306.456389026151, 232.105840347154), .Names = c("DHA",
"DHH", "DHL", "DT", "T12L", "Rho25"))
pfixed <- c(rK=1.208968)
resultNest_6p_SSM <- searchR(parameters=x, fixed.parameters=pfixed,
temperatures=formated, integral=integral.Gompertz, M0=0.3470893,
hatchling.metric=c(Mean=39.33, SD=1.92))
plotR(result=resultNest_6p_SSM, show.hist = TRUE,
ylim=c(0, 8), curve="ML")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.