histd.Rdhistd is just a shortcut to hist
passing it some default values.
histd(x, breaks = 100, col = "gray", main = NULL, xlab = NULL, ...)
| x | a vector of values for which the histogram is desired |
|---|---|
| breaks | histogram breaks, see |
| col | a color to fill the bars, defaults to gray, see |
| main | |
| xlab | |
| ... | other parameters to |
an object of class histogram, see hist