powered by
Summarize the information from a Nests object: - Name of the nests, total incubation length and average temperature
# S3 method for Nests summary(object, ...)
A object obtained after FormatNests()
Not used
None
summary.Nests Summarize the information from a Nests object
# NOT RUN { library(embryogrowth) data(nest) formated <- FormatNests(nest, previous=NULL) summary(formated) # }
Run the code above in your browser using DataLab