R/sweden.R

Defines functions sweden

# - ----------------------------------------------------------------------- - #
# -
# -
# -
# - ----------------------------------------------------------------------- - #
#' @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
maillot-jaune/playr documentation built on Dec. 21, 2021, 1:44 p.m.