plotUSDA {tidyUSDA} | R 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)
[Package tidyUSDA version 0.4.1 Index]