powered by
The object contains data.frame-class objects to be used with the expand function to produce full calibrated color ramps.
data.frame
expand
data(topos)
A list with 6 data.frame elements:
list
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.
data(topos) jakExp <- expand(topos$jakarta, n=200) plot(jakExp)
Run the code above in your browser using DataLab