When I plot a map in Rstudio, using the maps package, the map is small and when I try to zoom in it stays small. I was wondering if there is a way to enlarge it.
I use e.d. this script from http://www.molecularecologist.com/2012/09/making-maps-with-r/
library(maps)
library(mapdata)
map("worldHires","Canada”, xlim=c(-141,-53), ylim=c(40,85), col="gray90”, fill=TRUE)
Does anyone know how to enlarge this image or is this just not possible due to lack of enough pixels?