plotdap

The plotdap package makes it easy to map data acquired via the rerddap functions tabledap() or griddap().

Installation

You can install the released version of plotdap from CRAN with:

install.packages("plotdap")

The development version is available from Github and can be installed with:

devtools::install_github('ropensci/plotdap')

Functions

plotdap has four main functions and can produce plots in both base graphics and ggplot2 graphics, though certain features ony work wih ggplot2:

Examples

Extensive examples are gven in the vignette, which can also be viewed at:

https://rmendels.github.io/Using_plotdap.html