R and ggplot with st_crop: map cropping does not work as wanted
I am trying to plot only a part of the world map, limited by a square with limits lon (-30, 90) and lat (30, 82). When I try to crop the map with sf_crop, it does not return the desired square when plotting with ggplot, even though i make sure the used world map has the “normal” crs with specifying crs = 4326.
I know I could probably introduce map limits with coord_sf, but I need an alternative solution. I would really appreciate any help.