x3p_mask_legend: Get legend for mask colors

Description Usage Arguments Value Examples

View source: R/x3p_mask_legend.R

Description

Retrieve color definitions and annotations from the mask. If available, results in a named vector of colors.

Usage

1

Arguments

x3p

x3p object with a mask

Value

named vector of colors, names show annotations. In case no annotations exist NULL is returned.

Examples

1
2
x3p <- x3p_read(system.file("sample-land.x3p", package="x3ptools"))
x3p_mask_legend(x3p) # annotations and color hex definitions

x3ptools documentation built on Nov. 27, 2021, 1:06 a.m.