multi.hist {psych} | R Documentation |
Given a matrix or data.frame, produce histograms for each variable in a "matrix" form. Include normal fits and density distributions for each plot.
The number of rows and columns may be specified, or calculated.
May be used for single variables.
multi.hist(x,nrow=NULL, ncol=NULL,density=TRUE,main="Histogram, Density, and Normal Fit")
x |
matrix or data.frame |
nrow |
number of rows in the plot |
ncol |
number of columns in the plot |
density |
density=TRUE, show the normal fits and density distributions |
main |
title for each panel |
William Revelle
#multi.hist(attitude[-1])