# NOT RUN {
library(oce)
# Example 1
imagep(volcano, col=oceColorsCDOM(128),
zlab="oceColorsCDOM")
# }
# NOT RUN {
# Example 2 (requires the cmocean package)
imagep(volcano, col=cmocean::cmocean("matter"),
zlab='cmocean::cmocean("matter")')
# }
# NOT RUN {
# }
# NOT RUN {
# Example 3 (requires the viridis package)
imagep(volcano, col=viridis::inferno,
zlab='viridis::inferno')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab