Learn R Programming

shar (version 2.0.4)

classint_to_vector: classint_to_vector

Description

Convert classIntervals to vector

Usage

classint_to_vector(x, digits = NULL)

Value

vector

Arguments

x

classIntervals object

digits

Integer with digits used for rounding.

Details

Returns a character vector with breaks of a classIntervals object. If digits = NULL, results will not be rounded

Examples

Run this code
if (FALSE) {
classint_to_vector(x = landscape_classified$breaks, digits = 4)
}

Run the code above in your browser using DataLab