inst/doc/simplevis.R

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

## -----------------------------------------------------------------------------
library(simplevis)

## -----------------------------------------------------------------------------
leaf_sf_col(example_point, 
            col_var = trend_category)

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.