search for: whisklty

Displaying 4 results from an estimated 4 matches for "whisklty".

Did you mean: whiskey
2007 Jun 16
1
Lines connecting the boxes in a boxplot
...;) boxplot(fitness ~ matrix, data=data, boxwex=boxwex, at=(1:7 - 0.2), main="Fitness for Matrix/Models", xlab="Matrixtype", ylab="Fitness", ylim=c(20,100), subset=(model=="dyn"), col="lightblue", xaxt="n", whisklty=1) boxplot(fitness ~ matrix, data=data, boxwex=boxwex, at = 1:7, add=TRUE, subset=(model=="dl3"), col="mistyrose", xaxt="n", whisklty=1) boxplot(fitness ~ matrix, data=data, boxwex=boxwex, at=(1:7 + 0.2), add=TRUE, subset=(model==&quot...
2011 Jun 17
1
graphsheet and export.graph equivalents in R?
...e same way but to no avail. Could someone please show me how this or something similar is done in R? (I'm trying to convert to R.) Thanks. graphsheet(Name="SheetOne") boxplot(GraphSheet = "SheetOne" , split(Df01$AUC , Df01$Response), varwidth=TRUE, whisklty=4, notch = TRUE, ylab ="Y" , xlab = "X" ) export.graph("C:/SheetOne.EMF", Name = "SheetOne", ExportType = "EMF" ) Regards, Michael [[alternative HTML version deleted]]
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all, I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2). I have this small dataset : growth sugar 75 C 72 C 73 C 61 F 67 F 64 F 62 S 63 S I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2005 May 27
4
plotting box plots on same x
I am trying to construct a graph of 6 box plots of blood pressures. I want them to be on a single set of axis and I want the SBP to be ontop of the DBP. I have an array bp with the data in it and I tried a[1,]<-c(145,60,147,62,140,57) a[2,]<-c(160,75,160,74,160,70) a[3,]<-c(140,55,140,65,142,55) boxplot(data.frame(a), main = "Blood Pressures", at=c(1,1,2,2,3,3),