oceColorsGebco | R Documentation |
The colours were determined by examination of paper charts printed during the GEBCO Fifth Edition era. The hues range from dark blue to light blue, then from light brown to dark brown. If used to show topography in scheme centred on z=0, this means that near-coastal regions are light in tone, with darker colours representing both mountains and the deep sea.
oceColorsGebco(
n = 9,
region = c("water", "land", "both"),
type = c("fill", "line"),
debug = getOption("oceDebug")
)
n |
Number of colors to return |
region |
String indicating application region,
one of |
type |
String indicating the purpose, one of |
debug |
a flag that turns on debugging. |
Other things related to colors:
colormap()
,
colormapGMT()
,
oceColors9B()
,
oceColorsCDOM()
,
oceColorsChlorophyll()
,
oceColorsClosure()
,
oceColorsDensity()
,
oceColorsFreesurface()
,
oceColorsJet()
,
oceColorsOxygen()
,
oceColorsPAR()
,
oceColorsPalette()
,
oceColorsPhase()
,
oceColorsSalinity()
,
oceColorsTemperature()
,
oceColorsTurbidity()
,
oceColorsTurbo()
,
oceColorsTwo()
,
oceColorsVelocity()
,
oceColorsViridis()
,
oceColorsVorticity()
,
ocecolors
library(oce)
imagep(volcano, col = oceColorsGebco(128, region = "both"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.