Re: [R-sig-Geo] writing shapefiles using write.pointShape

2008-03-16 Thread modern82376
-Original Message- >From: Roger Bivand <[EMAIL PROTECTED]> >Sent: Mar 16, 2008 4:42 AM >To: [EMAIL PROTECTED] >Cc: r-sig-geo@stat.math.ethz.ch >Subject: Re: [R-sig-Geo] writing shapefiles using write.pointShape > >On Thu, 13 Mar 2008, [EMAIL PROTECTED] wrote: > >> I'm also having issues wit

[R-sig-Geo] writing shapefiles using write.pointShape

2008-03-15 Thread modern82376
Thank you Jakob. I figured that if I couldn't get the write.pointShape function to work the way I wanted, I'd have to do something like that. I'll keep your code as a backup, since I'd like to automate some processes. Cheers. Gericke Cook USDA APHIS -

Re: [R-sig-Geo] writing shapefiles using write.pointShape

2008-03-13 Thread modern82376
I'm also having issues with getting the gw.cov function to work for fit points. Here's an example, using the same files... > pcavars <- names(surveypts[,4:8]) > pcavars [1] "pca1" "PCA2" "PCA3" "PCA4" "PCA5" > surv.cov <- gw.cov(data = surveypts, vars = pcavars, fit.points = fitpix, bw > = surve

[R-sig-Geo] writing shapefiles using write.pointShape

2008-03-13 Thread modern82376
I've been running gwr on some survey data and trying to write output back out to point shapefiles. At first, I thought that the shapefile wasn't being written, but after calling the file object I found it in a local settings/temp folder with a random shapefile name. I thought I had specified all