You can get the x and y position of any place of an open graphic device 
with the mouse cursor, using the function locator(), and even assing 
this values to an object, as in:

xy<-locator()

You will have a list with x and y positions. Then you can use:

text(xy$x,xy$y,...)

See ?locator.

HTH,
Fernando Mayer.

Thomas Steiner escreveu:

>I want to write some text in a corner of my plot.
>Is it possible to get the xlim and ylim of an open window?
>Or is there anything similar like
>legend(x="bottomright", inset=0.01,legend=...)
>for
>text(x=1,y=2, "test")
>
>Thomas
>
>______________________________________________
>[email protected] mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
>  
>

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to