# - ----------------------------------------------------------------------- - #
# -
# -
# -
# - ----------------------------------------------------------------------- - #
#' @param level What administrative level to be used in the map c("county",
#' "municipality")
#' @param map Search path to .shp file (and .dbf, .prj and .shx)
#' @param data Data vector ordered by administrative region
#' @param type Should the color be ranked or relative c("rank", "relative")
#' @param color Base color to use
#
sweden <- function(map, data, type = "relative", level = "county", color = "#000000") {
}
# - ----------------------------------------------------------------------- - #
# - EOF @ 2021-05-16
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.