[R-sig-Geo] redundancy of coordinates of pixels
Komine
momadou at yahoo.fr
Thu Mar 8 15:48:22 CET 2012
Hi everybody,
I try to use the advice from Roger Bivand to get the redundant coordinates
of my pixels.
In the r help I found this example code:
>nn2(data, query, k=min(10,nrow(data)),treetype=c("kd","bd"),
>searchtype=c("standard","priority","radius"),radius=0.0,eps=0.0)
I tried to adapt it according my aim:
>redon<-read.table("C:\\Users\\Documents\\RepPixel.txt",sep="",dec=",",header=TRUE)
>nn2(redon,query,k=min(10,nrow(redon)),treetype=c("kd","bd"),
>searchtype=c("priority"),eps<0.0)
The result is not good.
Can you help me solve this problem
Thank you in advance
KOMINE
--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/redundancy-of-coordinates-of-pixels-tp7169408p7355090.html
Sent from the R-sig-geo mailing list archive at Nabble.com.
More information about the R-sig-Geo
mailing list