Usage
info.nests(x, parameters = NULL, fixed.parameters = NULL, SE = NULL,
temperatures = NULL, derivate = NULL, test = NULL, stopattest = FALSE,
M0 = NULL, series = "all", TSP.borders = c(21, 26), progress = TRUE,
embryo.stages = "Caretta caretta", replicate.CI = 100, ref.stage = TRUE)
Arguments
x
A result file generated by searchR
parameters
A set of parameters if result is not provided.
fixed.parameters
Another set of parameters if result is not provided.
SE
Standard error for each parameter if result is not provided.
temperatures
Timeseries of temperatures. Will replace the one in result.
derivate
Function used to fit embryo growth: dydt.Gompertz, dydt.exponential or dydt.linear
test
Mean and SD of size of hatchlings
stopattest
True or False, does the plot stops when proxi of size reaches the mean test size.
M0
Measure of hatchling size proxi at laying date
series
The name or number of the series to be displayed. Only one series can be displayed at a time.
TSP.borders
The limits of TSP
progress
If FALSE, the progress bar is not shown (useful for use with Sweave)
embryo.stages
The embryo stages. At least TSP.borders stages must be provided if show.TSP is TRUE
replicate.CI
Number of randomizations to estimate CI
ref.stage
If TRUE, the reference size for stage is the observed one in modelling. If FALSE, it is the field observed size.