Re: [R] how to add value on the bar ploted by barplot()

2009-06-02 Thread Greg Snow
ct: [R] how to add value on the bar ploted by barplot() > > how to add value on the bar ploted by barplot()? > > and the axis label is too big, anyone know how to change their font , > thanks > > -- > Xiaogang Yang > Sensorweb Research Laboratory > http://sensorweb.

Re: [R] how to add value on the bar ploted by barplot()

2009-06-02 Thread Jim Lemon
Xiaogang Yang wrote: how to add value on the bar ploted by barplot()? and the axis label is too big, anyone know how to change their font , thanks Hi Xiaogang, Have a look at the second example for the "boxed.labels" function in the plotrix package. For the second question, look at par(ce

Re: [R] how to add value on the bar ploted by barplot()

2009-06-01 Thread David Winsemius
On Jun 1, 2009, at 11:21 PM, Xiaogang Yang wrote: how to add value on the bar ploted by barplot()? Depending on what you really mean, possibly: ?barplot ?text # there _is_ a worked example on the barplot help page. # true, it does put the labels above the bars, but the modification

[R] how to add value on the bar ploted by barplot()

2009-06-01 Thread Xiaogang Yang
how to add value on the bar ploted by barplot()? and the axis label is too big, anyone know how to change their font , thanks -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted]] __