powered by
Show the histogram of temperatures with set of nests hist(data)
# S3 method for Nests hist(x, series = "all", ...)
Data formated using formatdata.
Series to be used, logical (TRUE ou FALSE), numbers or names. If "all", all series are used.
Parameters used by hist function
A list with an histogram object with information on histogram or NULL if no series was selected and the complete set of temperatures used.
hist.Nests shows the histogram of temperatures with set of nests
# NOT RUN { library(embryogrowth) data(nest) formated <- FormatNests(nest) h <- hist(formated, series="all") # }
Run the code above in your browser using DataLab