Provides new layer functions for tmap to create various types of glyph maps
Installation
Installation of tmap.glpyhs is straightforward:
install.packages("tmap.glyphs")
Development version
# install.packages("remotes")
remotes::install_github("r-tmap/tmap.glyphs")
# On Linux, with pak
# install.packages("pak")
pak::pak("r-tmap/tmap.glyphs")
# Or from r-universe
install.packages("tmap.glyphs", repos = c("https://r-tmap.r-universe.dev", "https://cloud.r-project.org"))
For the development version, it is also recommended to install the development version of tmap as well.