View source: R/classint_to_vector.R
classint_to_vector | R Documentation |
Convert classIntervals to vector
classint_to_vector(x, digits = NULL)
x |
classIntervals object |
digits |
Integer with digits used for rounding. |
Returns a character vector with breaks of a classIntervals
object. If
digits = NULL
, results will not be rounded
vector
## Not run:
classint_to_vector(x = landscape_classified$breaks, digits = 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.