Skip to content
Prev 62915 / 398498 Next

How to use "identify"

Does this work for you?

x <- runif(30)
y <- runif(30)
z <- 1:30
plot(x,y)
identify(x,y,z)

That is you need to tell it everything it is looking for. Sometimes x is 
boy x and y because they use xy.coords

Tom
David Parkhurst wrote: