Skip to content
Prev 14110 / 29559 Next

Reducing the size of the R-produced maps while saving

On Fri, 3 Feb 2012, Karl Ove Hufthammer wrote:

            
I'll look into the issue in getRgshhsMap() later. Using the more general 
Rgshhs(), there is a small difference in size:
+ xlim=c(0,30), ylim=c(55,75), no.clip=TRUE)$SP
Data are polygon data
null device
           1
size
gshhs_noclip.pdf 9426
xlim=c(0,30), ylim=c(55,75), no.clip=FALSE)$SP
Data are polygon data
Rgshhs: clipping 9 of 126 polygons ...
null polygon: [[2]]
null polygon: [[24]]
null device
           1
gshhs_clip.pdf 8529

Roger