multi.hist: Multiple histograms with density and normal fits on one page
Description
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.
Usage
multi.hist(x,nrow=NULL, ncol=NULL,density=TRUE,main="Histogram, Density, and Normal Fit")
Arguments
nrow
number of rows in the plot
ncol
number of columns in the plot
density
density=TRUE, show the normal fits and density distributions