Learn R Programming

tidyUSDA (version 0.4.1)

plotUSDA: 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

Run this code
if (FALSE) {
# Use output from getQuickstat()
plotUSDA(df = df_from_getQuickstat)
}

Run the code above in your browser using DataLab