powered by
plotDensityHistogram(x, prob = FALSE, col = "gray", main = "", linecol = "black", lwd = 2, adjust = 1, bw = "nrd0", kernel = "gaussian", ...)
FALSE
TRUE
density
hist
plotNormalHistogram
plotNormalDensity
### Plot of residuals from a model fit with lm data(Catbus) model = lm(Steps ~ Sex + Teacher, data = Catbus) plotDensityHistogram(residuals(model))
Run the code above in your browser using DataLab