choropleth_tmap: Map object of class sf using tmap (deprecated function; use...

Description Usage Arguments Value Author(s)

View source: R/map_tmap.R

Description

Takes an object produced by choropleth_sf(), and creates the correspoding choropleth map.

Usage

1
2
3
4
5
6
7
8
9
choropleth_tmap(
  sf_object,
  value = "output",
  id_name = "areaname",
  mode = "plot",
  n = 7,
  legend_title = "Clustering",
  palette = "viridis"
)

Arguments

sf_object

object of class sf

value

column name to shade the polygons

id_name

column name of ids to plot

mode

choose between static ('plot' is default) and interactive map ('view')

n

number of clusters (default is 7)

legend_title

title of legend

palette

palette name or a vector of colors. See tmaptools::palette_explorer() for the named palettes. Use a "-" as prefix to reverse the palette. The default palette is "viridis".

Value

tmap

Author(s)

Martin Haringa


spatialrisk documentation built on Nov. 10, 2021, 5:09 p.m.