Plots ensemble data as a histogram
plotHistEns(
ens.data,
quantiles = c(0.025, 0.25, 0.5, 0.75, 0.975),
bins = 50,
add.to.plot = ggplot(),
alp = 1,
fill = "grey50",
font.size = 10,
add.labels = TRUE,
line.labels = NA,
label.vert.position = 0.1
)
A data.frame of values to plot as a histogram
a vecctor of quantiles to add the histogram
Number of bins in the histogram
A ggplot object to add these lines to. Default is ggplot()
transparency (between 0 and 1)
fill color of the histogram, following ggplot rules
font size for the labels
Label the quantiles?
Labels for the quantiles lines
Vertical position of the quantiles (from 0 to 1)
A ggplot object
Other plot:
plotChron()
,
plotChronEns()
,
plotChronEnsDiff()
,
plotCorEns()
,
plotLine()
,
plotModelDistributions()
,
plotPcaEns()
,
plotPvalsEnsFdr()
,
plotRegressEns()
,
plotScatterEns()
,
plotScreeEns()
,
plotSpectraEns()
,
plotSpectrum()
,
plotSummary()
,
plotSummaryTs()
,
plotTimeseriesEnsLines()
,
plotTimeseriesEnsRibbons()
,
plotTimeseriesStack()
,
plotTrendLinesEns()