Re: [R] draw text outside plot boundaries

2011-06-06 Thread Tyler Rinker
~cyl));with(mtcars,plot(mpg~cyl)) textClick(expression(sum((bar(X)-X^2))),"pink",.5) Cheers Tyler > Date: Mon, 6 Jun 2011 15:09:29 -0700 > From: ehl...@ucalgary.ca > To: e...@q32.com > CC: r-help@r-project.org > Subject: Re: [R] draw text outside plot boundaries &g

Re: [R] draw text outside plot boundaries

2011-06-06 Thread Peter Ehlers
On 2011-06-06 08:44, Erik Aronesty wrote: i'd like to use the text() function to annotate some points, but the labels get cropped, if the point is on the right is there a way to prevent this, and tell the text() function to allow writing outside the boundaries of the current plot? Go to ?par a