powered by
hist
base
Hist(x, scale=c("frequency", "percent", "density"), xlab=deparse(substitute(x)), ylab=scale, main="", ...)
"frequency"
"percent"
"density"
scale
NULL
library(car) data(Prestige) Hist(Prestige$income, scale="percent")
Run the code above in your browser using DataLab