generateNumCutLabels | R Documentation |
A convenience function to generate labels for the cut function. This
function is extracted from base::cut()
and is broken out to make it easier
to test. It is not meant to be called on its own.
generateNumCutLabels(dig.lab, breaks, nb, right, include.lowest)
dig.lab |
see |
breaks |
see |
nb |
The number of breaks, equal to the small of 2 or the number of breaks |
right |
see |
include.lowest |
see |
A character vector of labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.