simplevis"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  message = FALSE,
  warning = FALSE,
  fig.height = 3.5, 
  fig.width = 6
)
library(simplevis)

*** Overview

As of simplevis 7.0.0, all ggplot2 wrapper functions have been removed.

Users should not rely on these, and ideally use the {ggblanket} package instead (or alternatively rely on version 6.3.0 (devtools::install_version("simplevis", "6.3.0"))).

What remains in simplevis is the leaflet wrapper functions. These may or may not be supported in the future, so use at your own risk.

leaf_sf_col(example_point, 
            col_var = trend_category)

Refer to the {leaflet} to get started.



Try the simplevis package in your browser

Any scripts or data that you put into this service are public.

simplevis documentation built on May 31, 2023, 7:02 p.m.