[R-sig-Geo] redundancy of coordinates of pixels

Tom Gottfried tom.gottfried at tum.de
Thu Mar 8 15:59:25 CET 2012


Am 08.03.2012 15:48, schrieb Komine:
> 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

Which problem? Maybe you can help us help you by first reading the 
posting guide: http://www.r-project.org/posting-guide.html

HTH
Tom

> 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.
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo

-- 
Technische Universität München
Department für Pflanzenwissenschaften
Lehrstuhl für Grünlandlehre
Alte Akademie 12
85350 Freising / Germany
Phone: ++49 (0)8161 715324
Fax:   ++49 (0)8161 713243
email: tom.gottfried at wzw.tum.de
http://www.wzw.tum.de/gruenland



More information about the R-sig-Geo mailing list