add_ggplot | R Documentation |
add_ggplot
allows for plotdap ggplot maps to be modified by
further ggplot2 settings
add_ggplot(plot, ...)
plot |
a plotdap object. |
... |
arguments passed along to |
A plotdap object
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()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.