[R-sig-Geo] printing error SpatialGrid plus poligons

Edzer Pebesma edzer.pebesma at uni-muenster.de
Wed Nov 3 21:54:51 CET 2010



On 11/03/2010 08:28 PM, Ricardo Rodríguez wrote:
> hello.
> Need, plotting in pdf, a result of an interpolation SpatialGrid and
> additionally some sites above, but with the following statement:
> 
> *pol <- list("sp.polygons", pol, fill="transparent")
> test.layout <- list(pol)

please try

test.layout = list("sp.polygons", pol, fill="transparent", first = FALSE)
> 
> spplot(test1["var1.pred"], AXES = TRUE,scale= TRUE,
> col.regions=bpy.colors(20),xlab="E-O",ylab="N-S",scales=list(draw=T),sp.layout
> =test.layout)*

you could as well omit the AXES = TRUE, it doesn't do anything.
> 
> 
> 
>  Something happens and a blue spot print, or print the below sites, that
> would fail to be ideal printing.
> 
> thanks for your answers and help
> 
> Ricardo Rodríguez
> Univalle
> 
> 	[[alternative HTML version deleted]]
> 
> 
> 
> 
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo

-- 
Edzer Pebesma
Institute for Geoinformatics (ifgi), University of Münster
Weseler Straße 253, 48151 Münster, Germany. Phone: +49 251
8333081, Fax: +49 251 8339763  http://ifgi.uni-muenster.de
http://www.52north.org/geostatistics      e.pebesma at wwu.de



More information about the R-sig-Geo mailing list