intHist | R Documentation |
Shrinks values and plots a histogram.
intHist(
x,
range = c(round(min(x, na.rm = TRUE)) - 0.5, round(max(x, na.rm = TRUE)) + 0.5),
step = 1,
...
)
x |
a vector of values to shrink and plot a histogram from. |
range |
two values specifying the range to shrink |
step |
a value specifying the step distance between the breaks for |
... |
additional arguments to be passed to |
Returns the histogram.
Rehrauer, Hubert
Schmid, Peter
hist
intHist(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.