GitHub - rmendels/plotdap (original) (raw)

plotdap

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

Installation

You can install the released version of plotdap fromCRAN 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 wihggplot2:

Examples

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

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