Nothing
'panel_decor' <- function(...) {
arglist <- list(...)
opR <- options(ursaPngAuto=TRUE)
isWeb <- getOption("ursaPngWebCartography")
isWeb <- (is.logical(isWeb)&&(isWeb))
if (isWeb)
do.call("panel_coastline",arglist)
ind <- .grep("decor",names(arglist))
if (!length(ind))
arglist$decor <- TRUE
if (!isWeb)
do.call("panel_coastline",arglist)
do.call("panel_graticule",arglist)
do.call("panel_scalebar",arglist)
do.call("panel_annotation",arglist)
options(opR)
invisible(NULL)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.