library(marmap) library(ggplot2)
The marmap package provides tools and data for visualizing the ocean floor. Here is an example contour plot of marmap's r params$data
dataset.
data(list = params$data) autoplot(get(params$data))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.