[R] Odp: Boxplot orders

2011-08-25 Thread Petr PIKAL
Hi > > Hi there, > > I have length data of an organism over the year and I want to make a > boxplot. I get the boxplot just fine but the months are all out of order. In > the data set they are in order from Jan-Dec...how can I fix this problem? Probably months are either character or factor v

Re: [R] Odp: boxplot from mean and SD data

2011-08-24 Thread peter dalgaard
On Aug 24, 2011, at 13:18 , Petr PIKAL wrote: > Hi >> >> Dear all, >> >> I have a dataset of 3 categorical factors, the mean and the standard >> deviation of each value. I want to use these values to plot a boxplot, >> grouped by each of the 3 categorical factors (24 boxplots in total). I >>

[R] Odp: boxplot from mean and SD data

2011-08-24 Thread Petr PIKAL
Hi > > Dear all, > > I have a dataset of 3 categorical factors, the mean and the standard > deviation of each value. I want to use these values to plot a boxplot, > grouped by each of the 3 categorical factors (24 boxplots in total). I > don't have a clue on how to do the boxplot from mean and

[R] Odp: boxplot with 2 treatments and 2 variables (with 2 corresponding y-axes)

2011-04-17 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 15.04.2011 16:20:23: > Hi, > > I am a complete newcomer to R and although I can plot standard box-plots I am > struggling with this... > > I have two treatments - A & B, and 2 variables 1 & 2. I want to compare > boxplots of variable 1 with variable

[R] Odp: boxplot on all the columns

2010-07-12 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 12.07.2010 06:14:00: > > > > how to use boxplot on all the columns from he date frame instead of manually > entering the columns like below > > bhtest1 <- read.table("bhtest1.txt", header=TRUE) > > boxplot (bhtest1[,2], bhtest1[,3], bhtest1[, 4], b

Re: [R] Odp: boxplot, vertical position of x-axis labels

2010-03-17 Thread Kay Cichini
thanks a lot! both ways work. greetings - kay -- View this message in context: http://n4.nabble.com/boxplot-vertical-position-of-x-axis-labels-tp1594857p1596456.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org m

[R] Odp: boxplot, vertical position of x-axis labels

2010-03-16 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 16.03.2010 14:37:01: > > hello, > > i can't figure out how to change the vertical position of my x axis labels.. > > boxplot(c(1:12)~c(rep("1",6),rep("2",6)),at=c(1,2), > col=c(0,"grey"),las=1,xaxt="n") > > ### i put paragraphs in the x-labels becau

[R] Odp: boxplot

2009-09-17 Thread Petr PIKAL
Hi I do not know rma but from help page boxplot requires as input a formula, list (only some list of numerics), data frame or numeric vector. I am not sure if your object is one of these. If not you need to convert it to object which is acceptable for boxplot. Regards Petr r-help-boun...@r-p

[R] Odp: boxplot axis labelling

2008-01-24 Thread Petr PIKAL
Hi [EMAIL PROTECTED] napsal dne 24.01.2008 18:20:41: > > >Hi, > > >i'm very new to R, so sorry for what i'm sure is a very basic question. I'm >producing a boxplot with the data below: > >df3<-data.frame( > x=c(10,11,115,12,13,14,16,17,18,21,22,23,24,26,27,28,29,3,30,32,33,