I've got another problem.
What if I have another dotchart with same categories, but one of the data
are missing (control A)??
So I want to leave out from the dotchart. In this case in the control
category should have only one dotline, because the other one is empty. Or
mark somehow that it's missi
1000x Thanks for all of your helps! All of it workd perfectly! :)
--
View this message in context:
http://r.789695.n4.nabble.com/dotchart-ordering-problem-tp4646038p4646138.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-pr
rom: Zenonn87
To: r-help@r-project.org
Cc:
Sent: Friday, October 12, 2012 4:38 PM
Subject: [R] dotchart ordering problem
I'm having an sorting problem in dotchart. I want to change the order of the
BA in groups to AB, but I haven't found any solution yet. What should I do?
And what if I w
2 23:39
> To: r-help@r-project.org
> Subject: [R] dotchart ordering problem
>
> I'm having an sorting problem in dotchart. I want to change the order of the
> BA in groups to AB, but I haven't found any solution yet. What should I do?
> And what if I want to change the groups orde
Hi,
You can reorder the matrix:
dotchart(a[c(2,1), 7:1], main="Dotchart", xlim=c(0,50))
Sarah
On Fri, Oct 12, 2012 at 4:38 PM, Zenonn87 wrote:
> I'm having an sorting problem in dotchart. I want to change the order of the
> BA in groups to AB, but I haven't found any solution yet. What should
I'm having an sorting problem in dotchart. I want to change the order of the
BA in groups to AB, but I haven't found any solution yet. What should I do?
And what if I want to change the groups order as well? At the bottom from
Conrol up to 10 mg/L on the top. Thank you!
x = c(39, 23, 23, 35, 30, 2
6 matches
Mail list logo