Displaying 1 result from an estimated 1 matches for "manies_corr".
2012 Oct 10
0
Resumen de R-help-es, Vol 44, Envío 9
...s=list(draw = TRUE))
# otro plot con escala de varios colores
spplot(cartografia, "datos_manies.MANI", col.regions=brewer.pal(9,
"YlOrRd"), scales=list(draw = TRUE),
main=list(label="Manies en Corrientes"))
# creacion e impresion de imagen JPEG
jpeg("Manies_Corr.jpeg", width=630, height=630,bg="white")
par <- list(axis.line=list(col="transparent"),
clip=list(panel="off"), par.main.text=list(col="black"),
axis.text=list(col="black"), fontsize=list(text=12))
//---------------...