add_ggplot {plotdap} | R Documentation |
Add ggplot2 elements to a plotdap object
Description
add_ggplot
allows for plotdap ggplot maps to be modified by
further ggplot2 settings
Usage
add_ggplot(plot, ...)
Arguments
plot |
a plotdap object. |
... |
arguments passed along to |
Value
A plotdap object
Examples
p <- plotdap(
crs = "+proj=laea +y_0=0 +lon_0=155 +lat_0=-90 +ellps=WGS84 +no_defs")
p <- add_ggplot(
p,
ggplot2::theme_bw()
)
[Package plotdap version 1.0.3 Index]