Uses the sf
and county boundaries from the USAboundaries
packages to join
the input data with the county shapes required for spatial data
visualization. See USAboundaries::us_counties()
for more information about
the county shapes used.
join_boundaries_fl(data, counties_fl = NULL)
data | A data frame |
---|---|
counties_fl | Florida Counties. If |
An sf
data frame, created by sf::st_sf()
.