DatabaseTSD {embryogrowth}R Documentation

Database of TSD information for reptiles

Description

Database of TSD information for reptiles
The columns are:

Usage

DatabaseTSD

Format

A dataframe with raw data.

Details

Database of TSD information for marine turtles

Author(s)

Marc Girondot marc.girondot@universite-paris-saclay.fr

See Also

Other Functions for temperature-dependent sex determination: DatabaseTSD.version(), P_TRT(), TSP.list, plot.tsd(), predict.tsd(), stages, tsd_MHmcmc_p(), tsd_MHmcmc(), tsd()

Examples

## Not run: 
library(embryogrowth)
data(DatabaseTSD)
DatabaseTSD.version()
totalIncubation_Lo <- subset(DatabaseTSD, 
         Species=="Lepidochelys olivacea" & (!is.na(Sexed) & Sexed!=0), 
         select=c("Males", "Females", "Incubation.temperature"))
tot_Lo <- with(totalIncubation_Lo, tsd(males=Males, females=Females, 
 temperatures=Incubation.temperature), parameters.initial = c(P=30.5, S=-0.4))
 predict(tot_Lo)

## End(Not run)

[Package embryogrowth version 9.1 Index]