qatar_maroon
hist(qatarcars$length, breaks = 15, col = qatar_maroon, border = "white")
if (require("ggplot2")) {
ggplot(qatarcars, aes(x = length)) +
geom_histogram(bins = 15, fill = qatar_maroon, color = "white")
}
Run the code above in your browser using DataLab