View source: R/summary.Nests.R
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.