I am trying to map a variable uisng GGplot, but the layers don’t match is there a way I can fix this so they match?
ggplot() +
geom_sf(data = sf_data) +
geom_point(data=point_data,aes(x, y))
enter image description here
I have a map, but the points don’t match.