histMat | R Documentation |
Make histograms for matrix
histMat(
mat,
linesOpt = list(lwd = NULL, col = NULL, lty = NULL, type = NULL, pch = NULL),
main = NULL,
xlab = NULL,
xlim = NULL,
...
)
mat |
A numerical matrix |
linesOpt |
Line options |
main |
Title text |
xlab |
Xlab |
xlim |
Xlim |
... |
Other parameters passed to |
Jitao David Zhang <jitao_david.zhang@roche.com>
hist
testMat <- matrix(rnorm(1000), nrow=100)
histMat(testMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.