Learn R Programming

embryogrowth (version 9.5)

hist.NestsResult: 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 NestsResult
hist(x, series = "all", ...)

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.

Arguments

x

Results obtained after searchR

series

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

...

Parameters used by hist function (example main="Title")

Details

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

Examples

Run this code
if (FALSE) {
library(embryogrowth)
data(resultNest_4p_SSM)
h <- hist(resultNest_4p_SSM, series=c(1:5))
}

Run the code above in your browser using DataLab