#' Landuse Plot Library
#'
#' Some useful functions to plot data such as a map plot function for MAgPIE
#' objects
#'
#' \tabular{ll}{ Package: \tab luplot\cr Type: \tab Package\cr Version: \tab
#' 3.11\cr Date: \tab 2017-02-06\cr License: \tab LGPL-3\cr LazyLoad: \tab
#' yes\cr }
#'
#' @name luplot-package
#' @aliases luplot-package luplot
#' @author Benjamin Bodirsky, Jan Philipp Dietrich, Michael Krause, Miodrag
#' Stevanovic, Florian Humpenoeder
#'
#' Maintainer: Benjamin Bodirsky <bodirsky@@pik-potsdam.de>
"_PACKAGE"
#' Water area map
#'
#' A map containing the water area (only used internally by plotmap)
#'
#'
#' @name world_map_water
#' @docType data
NULL
#' World countries' boundaries
#'
#' A shapefile dataframe containing up to date countriy borders (only used
#' internally by plotmap). The file is from the data provided in the maptools
#' package
#'
#'
#' @name wrld_simpl
#' @docType data
#' @author Miodrag Stevanovic
NULL
#' World countries' boundaries and MAgPIE mapping
#'
#' A dataframe containing up to date country borders and MAgPIE region mapping
#' (only used internally by plotmap2). The file is based on the wrld_simpl
#' dataset
#'
#'
#' @name wrld_simpl_df
#' @docType data
#' @author Miodrag Stevanovic, Florian Humpenoeder
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.