Learn R Programming

embryogrowth (version 5.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 class '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
library(embryogrowth)
data(nest)
formated <- FormatNests(nest, previous=NULL)
summary(formated)

Run the code above in your browser using DataLab