I have Australia, and Samoa and other Oceania territories in a map. If I plot this with EPSG 4326 proj4string: "+proj=longlat +datum=WGS84 + no_defs"
The points fall into the outer edges of the map. This is silly, the islands are close to each other but this projection puts (f.i.) Samoa at -130 and Australia at +120.
How do I move the center (datum?) of the map? For instance still at the equator but through Australia?
Things I've tried:
map_in_sf %>%
st_transform("+proj=longlat +lon_wrap=180")
- lon_0=180
- +over