[R] Identify() : How to set the offset , or a reference
allergen
allergen at hotmail.fr
Mon Nov 5 13:49:50 CET 2007
Hello,
I try to make several zoom in chosen region.
So i use identify to indicate in which area to zoom.
i want o make it several time.
But once I zoom one time, the identify fonction gives bad results.
There is a short example, when i try to identify in Fnew it sems that there
is an offset , or a bad reference.
So the given result is "No point in 0,25inch"
thanks
F=read.table.....
>
x y
1 3
2 5
....
3999 8
4000 9
plot(F$x,F$y)
I=identify(F$x)
Fnew=F[I[1]:I[2],]
>Fnew
x y
2000 5
...
3000 9
plot(Fnew$x,Fnew$y)
I=identify(Fnew$x)
--
View this message in context: http://www.nabble.com/Identify%28%29--%3A-How-to-set-the-offset-%2C-or-a-reference-tf4751411.html#a13586185
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list