Usage
## S3 method for class 'NestsResult':
plot(x, ..., OutPlot = NULL, parameters = NULL,
fixed.parameters = NULL, SE = NULL, temperatures = NULL,
derivate = NULL, test = NULL, stopattest = FALSE, M0 = NULL,
series = 1, col.stages = "blue", col.PT = "red", col.TSP = "gray",
col.temperatures = "green", col.S = "black", ylimT = c(25, 35),
ylimS = NULL, xlim = NULL, TSP.borders = c(21, 26),
embryo.stages = "Caretta caretta", show.stages = TRUE, show.TSP = TRUE,
show.third = TRUE, show.CI = TRUE, replicate.CI = 100,
ref.stage = TRUE, show.fioritures = TRUE, progress = TRUE,
show.temperatures = TRUE, show.PT = TRUE, PT = c(NA, NA),
show.test = TRUE, lab.third = "2nd third of incubation",
at.lab.third = 4, lab.PT = "PT", lab.stages = "Stages", mar = c(4, 5,
4, 5) + 0.3, xlab = "Days of incubation",
ylabT = expression("Temperatures in " * degree * "C"),
ylabS = "Embryo metric", show.plot = TRUE)
Arguments
x
A result file generated by searchR
OutPlot
A previous output of a plot.NestsResult() or info.nests()
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 ie test=c(Mean=xx, SD=yy)
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.
col.stages
The color of the stages
col.temperatures
The color of the temperatures
col.TSP
The color of the TSP
col.PT
The color of the pivotal temperature
col.S
The color of the size or mass. Can be a vector (useful when series="all" option).
ylimT
Range of temperatures to be displayed
ylimS
Range of size to be displayed
xlim
Range of incubation days to be displayed
TSP.borders
The limits of TSP
embryo.stages
The embryo stages. At least TSP.borders stages must be provided if show.TSP is TRUE
ref.stage
If TRUE, the reference size for stage is the observed one in modelling. If FALSE, it is the field observed size.
show.stages
True or False, does the embryo stages should be displayed
show.TSP
True or False, does the TSP boders should be displayed
show.third
True or False, does the first and second third boders should be displayed
show.CI
True or False, do the confidence intervals should be displayed
replicate.CI
Number of randomizations to estimate CI
show.temperatures
True or False, does the temperatures should be displayed
show.PT
TRUE or FALSE, does the pivotal temperature should be displayed
show.fioritures
If FALSE, set show.PT, show.temperatures, show.stages, show.TSP, show.third, show.CI to FALSE
PT
Value for pivotal temperature
show.test
True or False, does the hatchling size should be displayed
lab.third
Label for 2nd third of incubation
at.lab.third
Position of Label for 2nd third of incubation [default=4]
lab.PT
Label for Pivotal Temperature
lab.stages
Label for Stages
ylabT
Label for temperature axis
mar
Parameter mar used for plot
show.plot
If FALSE, only the text output is shown
progress
If FALSE, the progress bar is not shown (useful for use with sweave or knitr)