search for: medlty

Displaying 3 results from an estimated 3 matches for "medlty".

Did you mean: medley
2007 Jun 19
1
: create a PDF file (text (print list) and grafics)
...aper="special") par(mfrow=c(1,2), oma=c(0,0,3,0),cex=0.5) #Text field (????????????) #print(qual_pesos)# is a list #Image hist(controlo$quope,axes=T,plot=T,col="gray",xlab= "Quope",main="Histograma",lwd=2) boxplot(controlo$quope,col="bisque",lty=3,medlty=1,medlwd=2.5,main= "Boxplot") mtext(regiao,cex=1.5,col="blue",adj=0.5,side=3,outer=TRUE) dev.off() There is other way to do the same more easily Thanks in advance for helping me. Best regards. Atenciosamente, Ana Patricia Martins ---------------------------------------...
2009 Mar 05
0
(PR#13553) wishlist boxplot
...-new.R > --- boxplot.R 2009-02-24 18:04:47.265625000 +0100 > +++ boxplot-new.R 2009-02-24 18:10:02.000000000 +0100 > @@ -148,7 +148,7 @@ > ## Median > xysegments(xP(x, -wntch), stats[3L], > xP(x, +wntch), stats[3L], > - lty = medlty[i], lwd = medlwd[i], col = medcol[i]) > + lty = medlty[i], lwd = medlwd[i], col = medcol[i], lend=1) > xypoints(x, stats[3L], > pch = medpch[i], cex = medcex[i], col= medcol[i], bg = > medbg[i]) > ## Whiskers > > > > Best wishes...
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 :