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

View source: R/summary.Nests.R

summary.NestsR 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)

embryogrowth documentation built on Oct. 24, 2023, 5:07 p.m.