summary.Nests {embryogrowth}R Documentation

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

Details

summary.Nests Summarize the information from a Nests object

Value

None

Author(s)

Marc Girondot

Examples

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

## End(Not run)

[Package embryogrowth version 9.1 Index]