Histograms
Description:
The generic function hist computes a histogram of the given data values.
hist(x, breaks = "Sturges",
main = paste("Histogram of" , xname),
xlim = range(breaks), ylim = NULL,
xlab = xname, ylab,
axes = TRUE, plot = TRUE, labels = FALSE)