minmaxhist_to_hist | R Documentation |
This function translate the histgram set with different min/max values into a histgram with a common breaks.
minmaxhist_to_hist(minseq, maxseq, histmx, minval = NA, maxval = NA, len = NA)
minseq |
min values of source histgram matrix. |
maxseq |
max values of source histgram matrix. |
histmx |
source histgram matrix. |
minval |
min value of a unified histrgam. |
maxval |
max value of a unified histrgam. |
len |
length of a unified histrgam. |
List of new unified histgram matrix (hist), breaks (break) and mid values of each element (mids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.