I'm trying to map the locations of a certain plant species on the extended northwestern Hawaiian islands. I'm using ggplot2 and ggmap but only longitudinal coordinates between -180° and 180° are allowed. How can I extend the map beyond the -180° mark to -185° (which would be 175° E)?
Alternatively, is it possible to shift the center of the map from the meridian line (0°) to the antimeridian line (-180°/180°)?
My code:
baseArchipelago = get_map(location=c(-185,7,-154.5,29.3), zoom=6, maptype="terrain",)
mapArchipelago<-ggmap(baseArchipelago)