Re: [R] Changing settings

2013-07-18 Thread David Winsemius
On Jul 18, 2013, at 9:02 AM, Jason wrote: > How do I change my email settings? I would like to limit the emails that I > receive to only those of interest. > You can use various search engines. I like the MarkMail option. It allows me to search in various r-related groups. If you wnat to run

Re: [R] Changing settings

2013-07-18 Thread David Carlson
or of Anthropology Texas A&M University College Station, TX 77840-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Jason Sent: Thursday, July 18, 2013 11:03 AM To: R-help@r-project.org Subject: [R] Changing settings How do I change

[R] Changing settings

2013-07-18 Thread Jason
How do I change my email settings? I would like to limit the emails that I receive to only those of interest. __ 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/po

Re: [R] changing settings on a barchart (lattice)

2009-02-11 Thread Sundar Dorai-Raj
Add the "adj" argument to panel.text to left (adj = 0) or right(adj = 1) justify the text. Add the "font" argument to change the font. See ?text. --sundar On Wed, Feb 11, 2009 at 1:25 PM, Dimitri Liakhovitski wrote: > Thanks a lot, Sundar. I experimented somewhat and here is the code > that work

Re: [R] changing settings on a barchart (lattice)

2009-02-11 Thread Dimitri Liakhovitski
Thanks a lot, Sundar. I experimented somewhat and here is the code that works well - it allows me to modify most of the stuff I want to modify: p<-as.vector(c(0.1, 0.2, 0.3, 0.4)) names(p)<-c("A","BB","","") barchart(~sort(p), main=list("Chart Title",cex=1),xlab=list("X

Re: [R] changing settings on a barchart (lattice)

2009-02-11 Thread Dieter Menne
Dimitri Liakhovitski gmail.com> writes: > I apologize - I never used lattice before, so my question is probably > very basic - but I just can't find the answer in the archive nor in > the documentation: > > I have a named numeric vector p of 6 numbers (of the type 6 numbers > with people's names

[R] changing settings on a barchart (lattice)

2009-02-11 Thread Dimitri Liakhovitski
Hello! I apologize - I never used lattice before, so my question is probably very basic - but I just can't find the answer in the archive nor in the documentation: I have a named numeric vector p of 6 numbers (of the type 6 numbers with people's names to whom those numbers belong). I want a simpl