
Last chance! 50% off unlimited learning
Sale ends in
Plot the estimates that best describe temperature-dependent sex determination.
# S3 method for tsd
plot(
x,
...,
show.observations = TRUE,
show.model = TRUE,
males.freq = TRUE,
show.PTRT = TRUE,
las.x = 1,
las.y = 1,
lab.PT = paste("Pivotal ", x$type),
resultmcmc = NULL,
chain = 1,
l = 0.05,
replicate.CI = 10000,
range.CI = 0.95,
mar = c(4, 4, 4, 1) + 0.4,
temperatures.plot = seq(from = 25, to = 35, by = 0.1),
durations.plot = seq(from = 40, to = 70, by = 0.1),
lab.TRT = paste0("Transitional range of ", x$type, "s l=", x$l * 100, "%"),
col.TRT = "gray",
col.TRT.CI = rgb(0.8, 0.8, 0.8, 0.5),
col.PT.CI = rgb(0.8, 0.8, 0.8, 0.5),
show.CI = TRUE,
warn = TRUE
)
A result file generated by tsd()
Parameters for plot()
Should the observations be shown
Should the model be shown
Should the graph uses males relative frequency [TRUE] or females [FALSE]
Should the P and TRT information be shown
las parameter for x axis
las parameter for y axis
Label to describe pivotal temperature
A result of tsd_MHmcmc()
What chain to be used is resultmcmc is provided
Sex ratio limits to define TRT are l and 1-l
replicate.CI replicates from the hessian matrix to estimate CI
The range of confidence interval for estimation, default=0.95
The par("mar") parameter
Temperatures used for showing curves of sex ratio
Durations used for showing curves of sex ratio
Label to describe transitional range of temperature
The color of TRT
The color of CI of TRT based on range.CI
The color of CI of PT based on range.CI
Do the CI for the curve should be shown
Do the warnings must be shown ? TRUE or FALSE
Nothing
plot.tsd plot result of tsd() that best describe temperature-dependent sex determination
Girondot, M. 1999. Statistical description of temperature-dependent sex determination using maximum likelihood. Evolutionary Ecology Research, 1, 479-486.
Godfrey, M.H., Delmas, V., Girondot, M., 2003. Assessment of patterns of temperature-dependent sex determination using maximum likelihood model selection. Ecoscience 10, 265-272.
Hulin, V., Delmas, V., Girondot, M., Godfrey, M.H., Guillon, J.-M., 2009. Temperature-dependent sex determination and global change: are some species at greater risk? Oecologia 160, 493-506.
Girondot M., Submited. On the concept of embryological thermosensitive period for sex determination in reptiles.
Other Functions for temperature-dependent sex determination:
DatabaseTSD.version()
,
DatabaseTSD
,
P_TRT()
,
TSP.list
,
predict.tsd()
,
stages
,
tsd_MHmcmc_p()
,
tsd_MHmcmc()
,
tsd()
# NOT RUN {
CC_AtlanticSW <- subset(DatabaseTSD, RMU=="Atlantic, SW" &
Species=="Caretta caretta" & (!is.na(Sexed) & Sexed!=0))
tsdL <- with (CC_AtlanticSW, tsd(males=Males, females=Females,
temperatures=Incubation.temperature-Correction.factor,
equation="logistic"))
plot(tsdL)
# }
Run the code above in your browser using DataLab