Description Usage Arguments Details Author(s) See Also Examples
Aggregate histogram objects that have identical breaks.
1 2 | AddHistograms(..., x=list(...), main=.NewHistogramName(x))
.NewHistogramName(x)
|
... |
Histogram objects (created by |
x |
A list of histogram objects. If |
main |
A title to add to the aggregated/merged histogram. By default, if two histograms are provided a title will be created that includes the names of the original histograms. If more histograms are provided the title will simply include the number of aggregated histograms. |
This function adds the buckets of the provided histograms to return a single aggregated histogram.
.NewHistogramName
is a utility that takes the list of histogram
objects to be aggregated and returns a name for the new merged
histogram. It is normally hidden, but can be viewed using
HistogramTools:::.NewHistogramName
.
Murray Stokely mstokely@google.com
histogramtools-package
and
hist
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.