[R] lean text label below barplot table

2009-09-07 Thread Xiaogang Yang
Hi, everyone: I am plotting an graph with bar plot, but the label after every bar is too long, I wanna if I can draw the label lean to an angle thanks -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative

[R] deal with array row by row

2009-06-21 Thread Xiaogang Yang
because the index in the result of rebind is not increasing one by one, how can I deal with row one after another [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re

[R] rbind

2009-06-21 Thread Xiaogang Yang
Hi, I have a array like this data: 1 5 2 2342 3 33 and another data1: 1 6 2 5 3 7 when I do rbind(data,data1) I get not what I want they become 1 5 2 2342 3 33 101 6 102 5 103 7 but I want to make the index as increasing one by one. like 1 .. 2 .. 3 .. 4 .. 5 .. 6 .. So what command I shou

[R] R constrict digits number after point precision?

2009-06-02 Thread Xiaogang Yang
R constrict digits number after point precision? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.htm

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

2009-06-01 Thread Xiaogang Yang
-- Forwarded message -- From: Xiaogang Yang Date: Mon, Jun 1, 2009 at 9:02 PM Subject: Re: [R] how to add value on the bar ploted by barplot() To: David Winsemius I mean I have bar in my plot graph, but I want add the bar real value at top of it. On Mon, Jun 1, 2009 at 8:46 PM

[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

[R] axis in the barplot

2009-05-21 Thread Xiaogang Yang
I use barplot to plot graph, and there is axis of y, but no x, just label, so where to add x-axis in barplot. -- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted

[R] How to generate pdf in more than 1 papes

2009-05-11 Thread Xiaogang Yang
-- Xiaogang Yang Sensorweb Research Laboratory http://sensorweb.vancouver.wsu.edu/ Washington State University Vancouver [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do