How to properly project and plot raster in R
问题 I have a raster in an equal area Behrmann projection and I would like to project it to the Mollweide projection and plot. When I do this with the following code, however, the plotting doesn't seem right, as the map extends to the sides, and there are outlines of various landmasses where I wouldn't expect them.Also, the map extends beyond the plot window. Can anyone please help me get this to plot nicely? Thanks! The data file used can be downloaded from this link. Here is the code I have so