plotUSDA: plotUSDA

View source: R/plotting.R

plotUSDAR Documentation

plotUSDA

Description

Quickly plot a data frame produced by the getQuickstat() function.

Usage

plotUSDA(df, fill_by = "Value")

Arguments

df

a data frame with a simple feature column (geometry)

fill_by

the value you would like to fill your choropleth output

Examples

## Not run: 
# Use output from getQuickstat()
plotUSDA(df = df_from_getQuickstat)

## End(Not run)


tidyUSDA documentation built on Oct. 25, 2023, 9:08 a.m.