hi,
i am trying to draw some gps locations on a map created by the .Rdata files. Is it possible to find the extend of the map that is drawn on the exported pdf file (in R)... similar to the values that openstreet map reports when you export the png file
thanks in advance
extent
I probably do not understand this question. But in with the R objects (of class SpatialPolygonDataFrame) you can do bbox(object) . The result is the extent.