Learn R Programming

zonator (version 0.6.0)

zlegend: Get various Zonation legends

Description

Zonation result rank rasters can be displayed in various color schemes.

Usage

zlegend(x)

Arguments

x

String character name for the color scheme.

Value

A list color scheme.

Details

Each color scheme is a list with following item:

values:

Value breaks in the rank priority map

labels:

Labels to be used in the map legend

colors:

Colors used for the value classes

Following color schemes are available:

  1. "spectral"

Examples

Run this code
# NOT RUN {
zlegend("spectral")

# }

Run the code above in your browser using DataLab