[R] dotplot with library lattice

Franklin Mairura fsmairura at yahoo.com
Thu Oct 30 13:57:06 CET 2014


Dear all, 

This is bargraph.CI (sciplot package) qstn. How do you draw the bargraph while subsetting, rather than doing a series of subsets. there is a subset function within bargraph.CI, how is it implemented?
Any advice, Thanks



On Thursday, October 30, 2014 1:52 AM, Matthias Weber <Matthias.Weber at fntsoftware.com> wrote:
 


Hi Jim,

the graph looks at the moment nearly perfect. I have one last question.
How can I change the scaling of the x-axis. At the moment i see the values at 0,20,40,60,80,100.

My wish is, that the x-axis looks like the abline, so the scaling for the x-axis should be at 0,25,50,75,100.

Thanks a lot.

Best regards.

Mat

-----Ursprüngliche Nachricht-----
Von: Jim Lemon [mailto:jim at bitwrit.com.au]
Gesendet: Montag, 27. Oktober 2014 09:47
An: Matthias Weber
Cc: r-help at r-project.org
Betreff: Re: AW: [R] dotplot with library lattice

On Mon, 27 Oct 2014 08:53:51 AM Matthias Weber wrote:
> Hi Jim,
>
> looks perfect to me. Thank you very much. One last question. Is there
any
> possibility to add 3 horizontal lines in the graph. One at 25%, the
> other one at 50% and the last one at 75%? So I can see the process a
> bit
better?
>
Hi Mat,
Change this:

abline(h=1:13,lty=2,col="lightgray")

to this:

abline(h=1:13,v=c(25,50,75),lty=2,col="lightgray")

Jim


This e-mail may contain trade secrets, privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.

Diese E-Mail kann Betriebs- oder Geschaeftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtuemlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfaeltigung oder Weitergabe der E-Mail ausdruecklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.


______________________________________________
R-help at 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.html
and provide commented, minimal, self-contained, reproducible code.
	[[alternative HTML version deleted]]



More information about the R-help mailing list