Learn R Programming

embryogrowth (version 6.4)

summary.Nests: Summarize the information from a Nests object.

Description

Summarize the information from a Nests object: - Name of the nests, total incubation length and average temperature

Usage

"summary"(object, ...)

Arguments

object
A object obtained after FormatNests()
...
Not used

Value

None

Details

summary.Nests Summarize the information from a Nests object

Examples

Run this code
## Not run: 
# library(embryogrowth)
# data(nest)
# formated <- FormatNests(nest, previous=NULL)
# summary(formated)
# ## End(Not run)

Run the code above in your browser using DataLab