Skip to content

Spplot: Specifying individual point symbols

4 messages · Mark Payne, Oscar Perpiñan

#
Use groups instead:

spplot(meuse["elev"], groups=ifelse(meuse$dist < 0.3, 1, 2), pch=c(1, 16))

Oscar.
-----------------------------------------------------------------
Oscar Perpi??n Lamigueiro
Dpto. Ingenier?a El?ctrica (ETSIDI-UPM)
Grupo de Sistemas Fotovoltaicos (IES-UPM)
URL: http://oscarperpinan.github.io
Twitter: @oscarperpinan


2014-03-07 15:29 GMT+01:00 Mark Payne <markpayneatwork at gmail.com>:
1 day later
1 day later
#
I am using sp 1.0-14 and lattice 0.20.27.

Best,

Oscar.
-----------------------------------------------------------------
Oscar Perpi??n Lamigueiro
Dpto. Ingenier?a El?ctrica (ETSIDI-UPM)
Grupo de Sistemas Fotovoltaicos (IES-UPM)
URL: http://oscarperpinan.github.io
Twitter: @oscarperpinan


2014-03-08 16:43 GMT+01:00 Mark Payne <markpayneatwork at gmail.com>: