Skip to contents

The object contains data.frame-class objects to be used with the expand function to produce full calibrated color ramps.

Usage

data(topos)

Format

A list with 6 data.frame elements:

demcmap

: The "demcmap" theme, based on MatLab's demcmap.

etopo

: The "etopo" theme, approximate elevation-color assignments based on the the ETOPO Global Relief Model poster (https://www.ncei.noaa.gov/media/3340).

jakarta

: The "Jakarta" theme, color values by Deviantart user Arcanographia.

havanna2

: The "Havanna-2" theme, color values by Deviantart user Arcanographia.

tokio1

: The "Tokio-1" theme, color values by Deviantart user Arcanographia.

zagreb

: The "Zagreb" theme, color values by Deviantart user Arcanographia.

Examples

data(topos)
jakExp <- expand(topos$jakarta, n=200)
plot(jakExp)