hist.Nests: Show the histogram of temperatures with set of nests

View source: R/hist.Nests.R

hist.NestsR Documentation

Show the histogram of temperatures with set of nests

Description

Show the histogram of temperatures with set of nests hist(data)

Usage

## S3 method for class 'Nests'
hist(x, series = "all", ...)

Arguments

x

Data formated using formatdata.

series

Series to be used, logical (TRUE ou FALSE), numbers or names. If "all", all series are used.

...

Parameters used by hist function

Details

hist.Nests shows the histogram of temperatures with set of nests

Value

A list with an histogram object with information on histogram or NULL if no series was selected and the complete set of temperatures used.

Author(s)

Marc Girondot marc.girondot@universite-paris-saclay.fr

Examples

## Not run: 
library(embryogrowth)
data(nest)
formated <- FormatNests(nest)
h <- hist(formated, series="all")

## End(Not run)

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