Re: [R] Data values on graphics

2011-05-24 Thread Zeki Çatav
Sal, 2011-05-24 tarihinde 08:41 -0500 saatinde, Robert Baer yazdı: > >> zcatav wrote: > >>> > >>> How can i add data values or proportion values on bar or pie charts? > >>> > >> You can add any text or numbers to any place of a graph with this > >> command: > >>> text(45,20,"some text") > >> where

Re: [R] Data values on graphics

2011-05-24 Thread Robert Baer
zcatav wrote: How can i add data values or proportion values on bar or pie charts? You can add any text or numbers to any place of a graph with this command: text(45,20,"some text") where: 45 is position on the X-axis and 20 - on the Y. Note that numbers denote the MIDDLE of the text,not its

Re: [R] Data values on graphics

2011-05-24 Thread zcatav
Yuta Tamberg wrote: > > > zcatav wrote: >> >> How can i add data values or proportion values on bar or pie charts? >> > You can add any text or numbers to any place of a graph with this command: >> text(45,20,"some text") > where: 45 is position on the X-axis and 20 - on the Y. Note that numbe

Re: [R] Data values on graphics

2011-05-23 Thread Yuta Tamberg
zcatav wrote: > > How can i add data values or proportion values on bar or pie charts? > You can add any text or numbers to any place of a graph with this command: > text(45,20,"some text") where: 45 is position on the X-axis and 20 - on the Y. Note that numbers denote the MIDDLE of the text,not

[R] Data values on graphics

2011-05-23 Thread Zeki Çatav
Hello, How can i add data values or proportion values on bar or pie charts? Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Data-values-on-graphics-tp3543968p3543968.html Sent from the R help mailing list archive at Nabble.com. __