hist2: Wrapper for histogram function
Description
Produces a blank plot if all values in x are equal
Usage
hist2(x, col, axes = FALSE, main = "", breaks = 10, cex.main = 1)
Arguments
- x
A vector of values
- col
Colour of the histogram
- axes
Logical - should axes be included?
- main
Character - main title
- breaks
Number of breaks. See ?hist for more details
- cex.main
Text size of the main title