##' wrapLon
##'
##' Internal function not normally called by user
##'
##' @title wrapLon
##' @export
wrapLon <- function(lon, lmin = -180)
(lon - lmin) %% 360 + lmin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.