I want to use spplot function for plotting data on wold map 

spplot.points(obj, zcol = names(obj), ..., names.attr, 
        scales = list(draw = FALSE), xlab = NULL, ylab = NULL, aspect =
mapasp(obj,xlim,ylim), 
        panel = panel.pointsplot, sp.layout = NULL, identify = FALSE, formula, 
        xlim = bbexpand(bbox(obj)[1, ], 0.04), ylim = bbexpand(bbox(obj)[2, ],
0.04))

in this function I would like to set xlim ,ylim (-180,180 & -90 ,90) and
color ranges.

so any body knows how add in to spplot  and how to put these data on wold
map ?

 

--
View this message in context: 
http://r.789695.n4.nabble.com/spplot-settings-tp4390595p4390595.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to