Learn R Programming

embryogrowth (version 6.4)

TSP.list: Database of thermosensitive period of development for sex determination

Description

Database of thermosensitive period of development for sex determination. This database can be used with the functions plot() or info.nests(). The attributes TSP.begin.stages and TSP.end.stages for each dataframe give respectively the first and the last stages for TSP. Then the metrics for the limits of TSP are: TSP.list[[1]]$metric[TSP.list[[1]]$stages==attributes(TSP.list[[1]])$TSP.begin.stages] and TSP.list[[1]]$metric[TSP.list[[1]]$stages==1+attributes(TSP.list[[1]])$TSP.end.stages]

Usage

TSP.list

Arguments

Format

A list with dataframes including attributes

Details

Database of thermosensitive period of development for sex determination

References

Mrosovsky, N., Pieau, C., 1991. Transitional range of temperature, pivotal temperatures and thermosensitive stages for sex determination in reptiles. Amphibia-Reptilia 12, 169-179.

See Also

Other Functions.for.temperature.dependent.sex.determination: DatabaseTSD, predict.tsd, stages, tsd_MHmcmc_p, tsd_MHmcmc, tsd

Examples

Run this code
## Not run: 
# library(embryogrowth)
# data(TSP.list)
# names(TSP.list)
# TSP.list[["Emys_orbicularis.mass"]]
# attributes(TSP.list[["Emys_orbicularis.mass"]])$TSP.begin.stages
# attributes(TSP.list[["Emys_orbicularis.mass"]])$TSP.end.stages
# ## End(Not run)

Run the code above in your browser using DataLab