Description Usage Arguments Author(s) See Also
Takes a set of already binned data represented by a vector of $n+1$ breaks and a vector of $n$ counts and returns a normal R histogram object.
1 | PreBinnedHistogram(breaks, counts, xname="")
|
breaks |
A numeric vector of n+1 breakpoints for the histogram. |
counts |
A numeric vector of n counts for each bucket of the histogram. |
xname |
A character string with the name for this histogram. |
Murray Stokely mstokely@google.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.