[R-sig-Geo] ssplots produces a straight line

Tom Gottfried tom.gottfried at wzw.tum.de
Thu Jan 20 13:06:50 CET 2011


Hi Jan,

the example coordinates you gave actually lie on a straight line:

x <- c(3405540, 3405790, 3407790)
y <- c(5758268, 5758518, 5760518)
plot(x, y)
lines(x[c(1,3)], y[c(1,3)])

regards,
Tom

-- 
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