powered by
Make histograms for matrix
histMat( mat, linesOpt = list(lwd = NULL, col = NULL, lty = NULL, type = NULL, pch = NULL), main = NULL, xlab = NULL, xlim = NULL, ... )
Invisibly, a list as returned by hist, with additional elements xlim and linesOpt.
hist
xlim
linesOpt
A numerical matrix
Line options
Title text
Xlab
Xlim
Other parameters passed to hist
Jitao David Zhang <jitao_david.zhang@roche.com>
testMat <- matrix(rnorm(1000), nrow=100) histMat(testMat)
Run the code above in your browser using DataLab