TimeWeighted.temperature.mean
Average temperature weigthed by the time at each temperatureTimeWeighted.temperature.se
Standard error for the average temperature weigthed by the time at each temperatureTSP.TimeWeighted.temperature.mean
Average temperature during the TSP weigthed by the time at each temperatureTSP.TimeWeighted.temperature.se
Standard error for the average temperature during the TSP weigthed by the time at each temperatureTSP.MassWeighted.temperature.mean
Average temperature during the TSP weigthed by the mass increase at each temperatureTSP.MassWeighted.temperature.se
Standard error for the average temperature during the TSP weigthed by the mass increase at each temperatureTSP.STRNWeighted.temperature.mean
Averaged temperature during the TSP weighted by sexualisation thermal reaction normTSP.STRNWeighted.temperature.se
Standard error for temperature during the TSP weighted by sexualisation thermal reaction normTSP.MassWeighted.STRNWeighted.temperature.mean
Averaged temperature during the TSP weighted by sexualisation thermal reaction norm and embryo growthTSP.MassWeighted.STRNWeighted.temperature.se
Standard error for temperature during the TSP weighted by sexualisation thermal reaction norm and embryo growthTSP.length.mean
Average length of the TSPTSP.length.se
Standard error for length of the TSPTSP.begin.mean
Average time of the beginning of the TSPTSP.begin.se
Standard error for the beginning of the TSPTSP.end.mean
Average time of the endd of the TSPTSP.end.se
Standard error for the end of the TSPIncubation.length.mean
Average number of days for the incubation lengthIncubation.length.se
Standard error for number of days for the incubation lengthMiddlethird.begin.mean
Average day at which the middle third incubation beginsMiddlethird.begin.se
Standard error for day at which the middle third incubation beginsMiddlethird.end.mean
Average day at which the middle third incubation endsMiddlethird.end.se
Standard error at which the middle third incubation endsMiddlethird.length.mean
Average days for second third of incubationMiddlethird.length.se
Standard error for second third of incubationMiddleThird.TimeWeighted.temperature.mean
Average temperature during the middle third of incubationMiddleThird.TimeWeighted.temperature.se
Standard error for the temperature during the middle third of incubationMiddleThird.MassWeighted.temperature.mean
Average temperature during the middle third of incubation weight by embryo growthMiddleThird.MassWeighted.temperature.se
Standard error for temperature during the middle third of incubation weight by embryo growthtime.begin.tsp
Average time at the beginning of TSPtime.end.tsp
Average time at the end of TSPtime.begin.middlethird
Average time at the beginning of the middle third of incubationtime.begin.middlethird
Average time at the end of the middle third of incubationtime.begin.tsp.se
Standard error for the time at the beginning of TSPtime.end.tsp.se
Standard error for the time at the end of TSPtime.begin.middlethird.se
Standard error for the time at the beginning of the middle third of incubationtime.end.middlethird.se
Standard error for the time at the end of the middle third of incubationstopattest
NA if stopattest was false, TRUE if at least one incubation series was longer than hatchling size and FALSE at contraryCaretta caretta.SCL
Emys orbicularis.SCL
Emys orbicularis.mass
info.nests(NestsResult = NULL, parameters = NULL, fixed.parameters = NULL,
SE = NULL, temperatures = NULL, derivate = NULL, test = NULL,
stopattest = FALSE, M0 = NULL, series = "all", TSP.borders = NULL,
embryo.stages = "Caretta caretta.SCL", replicate.CI = 1, weight = NULL,
out = "Likelihood", fill = NULL, SexualisationTRN = NULL,
metric.end.incubation = NULL, progress = TRUE, warnings = TRUE)
library(embryogrowth)
data(resultNest_4p)
summary.nests <- info.nests(resultNest_4p, out="summary", replicate.CI=20,
SE=c(DHA=17.7357362231266, DHH=55.2002231419364,
T12H=0.850237694629938, Rho25=8.47868153136681))
# Result is in summary.nests$summary
infoall <- info.nests(resultNest_4p)
# Result is a value
infoall.df <- info.nests(resultNest_4p, out="metric", replicate.CI=20,
SE=c(DHA=17.7357362231266, DHH=55.2002231419364,
T12H=0.850237694629938, Rho25=8.47868153136681)))
# Result is in summary.nests$metric
infoall.both <- info.nests(resultNest_4p, out=c("metric", summary), replicate.CI=20,
SE=c(DHA=17.7357362231266, DHH=55.2002231419364,
T12H=0.850237694629938, Rho25=8.47868153136681)))
# Result is in summary.nests$summary and in summary.nests$metric
Run the code above in your browser using DataLab