## Definitions of variables and helper functions used by the UI
#' Region lists by continent
#'
#' Lists of GCAM regions grouped by continent.
#'
#' @name rgnlists
NULL
#' @rdname rgnlists
#' @export
africa.rgns <- c('AFR')
#' @rdname rgnlists
#' @export
north.america.rgns <- c('CAN', 'USA')
#' @rdname rgnlists
#' @export
lac.rgns <- c('BRA', 'LAM', 'MEX')
#' @rdname rgnlists
#' @export
europe.rgns <- c('EUR', 'MES')
#' @rdname rgnlists
#' @export
asiapac.rgns <- c('ANZ', 'ASI', 'CHN', 'IDZ', 'IND', 'JPN', 'KOR', 'REA', 'ROE', 'RUS')
## available color schemes
color.schemes <- c('default', 'region32')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.