A simple custom histogram plotting function
plotHist(x, at = NULL, col = "orangered", border = "black")
x | matrix (e.g. constructed with |
---|---|
at | y position of the histogram. If NULL a new plot will be generated. |
col | color of the histogram |
border | border color |