<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi All,<br>
<br>
I've got another question for the group. I'm using the bubble function
in GSTAT to plot the residuals from a krige.cv object. I'd like to
place on top the outlines of my counties of interest (or even better
I'd like to plot them in the reverse order). What I'm finding is that
even if I eliminate the key and eliminate the "asp" call from the
bubble function, my two plots don't align as they do under more
traditional plotting circumstances<br>
<br>
Here's the idea:<br>
<br>
kcv28&lt;-krige.cv(avg.pm25~1,pm.all28, vFitRaw, nmax=dim(pm.all28)[1],<br>
&nbsp;&nbsp;&nbsp; &nbsp;nfold=dim(pm.all28)[1])<br>
bubble(kcv28, "residual", do.sqrt=F)<br>
map.nyc&lt;-read.shape("D:/junk/counties/all_counties.shp", dbf.data=T)<br>
plot(map.nyc, add=T, fg="transparent", ol="gray50")<br>
<br>
Any suggestions? Zev<br>
<br>
<div class="moz-signature">-- <br>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; ">
<font face="Arial, Helvetica, sans-serif, Trebuchet MS" size="-1">Zev
Ross<br>
<strong><font color="#660000">ZevRoss Spatial Analysis</font></strong><br>
303 Fairmount Ave<br>
Ithaca, NY 14850<br>
(607) 277-0004 (phone)<br>
(866) 877-3690 (fax toll-free)<br>
<a class="moz-txt-link-abbreviated" href="mailto:zev@zevross.com">zev@zevross.com</a><br>
<a class="moz-txt-link-abbreviated" href="http://www.zevross.com">www.zevross.com</a></font><br>
</div>
</body>
</html>