| summary.Nests | R Documentation |
Summarize the information from a Nests object:
- Name of the nests, total incubation length and average temperature
## S3 method for class 'Nests' summary(object, ...)
object |
A object obtained after FormatNests() |
... |
Not used |
summary.Nests Summarize the information from a Nests object
None
Marc Girondot
## Not run: library(embryogrowth) data(nest) formated <- FormatNests(nest, previous=NULL) summary(formated) ## End(Not run)