Hello all,

A question for plotting of intamap results :

Is it possible, and in so, how, to specify the cutoff points for changing 
colors of plots ?

Using the example :
data(meuse)
meuse$value = log(meuse$zinc)
data(meuse.grid)
coordinates(meuse) = ~x+y
coordinates(meuse.grid) = ~x+y
object = interpolate(meuse,meuse.grid,outputWhat = list(mean = TRUE, variance = 
TRUE, excprob = 7, excprob = 8, quantile = 0.9, quantile = 0.95),methodName = 
"automap")
plot(object)

What arguments can I pass to plot(object) to modify the default cutoffs that 
define the color changes on the polts ? I have tried the 'at' and 'cuts' 
arguments but to no avail.

Thanks very much for your help.

ATTENTION : ARVALIS La Minière a déménagé.
Merci de prendre note de mes nouvelles coordonnées :

David Gouache
ARVALIS - Institut du Végétal
Service Génétique Physiologie et Protection des Plantes
IBP - Université Paris Sud
Rue de Noetzlin - Bât. 630
91405 - ORSAY CEDEX (Adresse Postale)
91190 - GIF SUR YVETTE (Adresse GPS, livraison)
Tél : +33.(0)1.69.93.85.60
Port : +33.(0)6.86.08.94.32
Fax : +33.(0)1.69.93.85.69


        [[alternative HTML version deleted]]

______________________________________________
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