get_layer_legend {arcpullr}R Documentation

Returns a legend for a raster layer

Description

Raster layers are accompanied with legends to identify what the colors mean. This function retrieves those legend values and returns them as a data.frame with the associated RGB color values. This will likely be most useful for plotting and analysis of map layers.

Usage

get_layer_legend(url)

Arguments

url

A URL to a Map or Image Service layer

Value

A data.frame with two columns (color, values) and the number of rows equal to the number of values in a layer

Examples

## Not run: 
get_layer_legend(wi_landcover_url)

## End(Not run)

[Package arcpullr version 0.2.9 Index]