Learn R Programming

embryogrowth (version 8.0)

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

# S3 method for Nests
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)
# }

Run the code above in your browser using DataLab