Skip to contents

Find what state is where each point is located

Usage

fips_state_from_latlon(sitepoints = NULL, lat = NULL, lon = NULL)

Arguments

sitepoints

data.frame with lat,lon columns

lat

latitudes vector if sitepoints not provided

lon

longitudes vector if sitepoints not provided

Value

just vector of fips, unlike state_from_latlon()