topos | R Documentation |
The object contains data.frame
-class objects to be used with the expand
function to produce full calibrated color ramps.
data(topos)
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.
data(topos)
jakExp <- expand(topos$jakarta, n=200)
plot(jakExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.