Learn R Programming

embryogrowth (version 6.4)

plotR_hist: Shows the histogram of temperatures with set of nests and the R function superimpose

Description

Shows the histogram of temperatures with set of nests and the R function superimpose plotR_hist(data)

Usage

plotR_hist(result = NULL, ..., show.anchors = TRUE, ylimH = NULL, atH = NULL, ylabH = "Frequency of temperatures")

Arguments

result
Result data
...
Parameters used by hist or plotR functions
show.anchors
Should the anchors been shown
ylimH
Scale of histogram using ylimH=c(min, max)
atH
Position of ticks for scale of histogram
ylabH
Label for histogram scale

Value

A list with data.frame with the confidence interval and the average.

Details

plotR_hist shows the histogram of temperatures with set of nests and the R function superimpose

Examples

Run this code
## Not run: 
# library(embryogrowth)
# data(resultNest_4p)
# plotR_hist(resultNest_4p)
# plotR_hist(resultNest_4p, ylim=c(0, 3), ylimH=c(0,0.5), atH=c(0, 0.1, 0.2))
# ## End(Not run)

Run the code above in your browser using DataLab