Re: [R] Label point with (x,hat(y))

2013-11-24 Thread David Arnold
Thanks, that worked well. D. -- View this message in context: http://r.789695.n4.nabble.com/Label-point-with-x-hat-y-tp4681049p4681065.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.et

Re: [R] Label point with (x,hat(y))

2013-11-23 Thread Jorge I Velez
Try R> plot(1:10) R> text(1,3, expression("(x, "*hat(y)*")"), pos=3) Best, Jorge.- On Sun, Nov 24, 2013 at 10:51 AM, David Arnold wrote: > Hi, > > I'd like to do this: > > text(1,3,"(x,yhat)",pos=3) > > But using (x,hat(y)). Any suggestions? > > D. > > > > -- > View this message in context: >

[R] Label point with (x,hat(y))

2013-11-23 Thread David Arnold
Hi, I'd like to do this: text(1,3,"(x,yhat)",pos=3) But using (x,hat(y)). Any suggestions? D. -- View this message in context: http://r.789695.n4.nabble.com/Label-point-with-x-hat-y-tp4681049.html Sent from the R help mailing list archive at Nabble.com.