Displaying 6 results from an estimated 6 matches for "gavinxyang".
2009 Jun 02
5
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.vancouver.wsu.edu/
Washington State University Vancouver
[[alternative HTML version deleted]]
2009 May 12
1
How to generate pdf in more than 1 papes
I have a problem,
everytime I plot in pdf, I could only draw in one page,
does anyone know how to generate more than one page
for example, I have 10 pics to plot in pdf, each page only could be plotted
5 pics,
so how can I generate just one pdf of 2 pages, instead of two pdf
Thank you
--
Xiaogang Yang
Sensorweb Research Laboratory
http://sensorweb.vancouver.wsu.edu/
Washington State
2009 Jun 22
2
rbind
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 should use
thank you.
[[alternative HTML version deleted]]
2009 Sep 07
3
lean text label below barplot table
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 HTML version deleted]]
2009 Sep 11
3
For sending my R package as part of R-project
...rnatives?
Thanks,
Matteo Bertini
[[alternative HTML version deleted]]
------------------------------
Message: 27
Date: Thu, 10 Sep 2009 10:41:18 -0400
From: Sunil Suchindran <sunilsuchindran at gmail.com>
Subject: Re: [R] lean text label below barplot table
To: Xiaogang Yang <gavinxyang at gmail.com>
Cc: r-help <r-help at r-project.org>
Message-ID:
<f2faed070909100741k213bbc99q2c6fd4fd83c72dc2 at mail.gmail.com>
Content-Type: text/plain
#Example data
df <- data.frame(trt = factor(c("A long label", "Another long \n label")),
outcome =...
2009 May 21
1
axis in the barplot
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]]