Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Alternative to base hist function (using dplyr)
1 | hist2(x, breaks, counts = 1)
|
x |
a vector of values for which the histogram is desired |
breaks |
a vector giving the breakpoints between histogram bins |
counts |
optional vector of counts for each x value |
data frame with counts and densities
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.