Displaying 2 results from an estimated 2 matches for "unirig".
Did you mean:
uniria
2000 Jul 17
0
Fonts and Line widths in boxplot
...in the reference manuals.
>
> I am running R on Win95, and have plotted up quite a nice box and whisker
> plot:
>
> char<-read.table("n:/reddinm/grifpr~1/survey/char.txt")
> attach(char)
> boxplot(Al,Fe,OC,pH, range=0,xaxis=FALSE,
> ylab="Proportion of Unirigated Soil
> Characteristic",xlab="Characteristic")
> nom2<-c("Al","Fe","OC","pH")
> axis(1,1:4,nom2)
> abline(h=1,lty=2)
>
> The problems are these, how do I change the line width (lines are all too
> light). I have att...
2000 Jul 17
3
Fonts and Line widths
..."an
introduction to R" or in the reference manuals.
I am running R on Win95, and have plotted up quite a nice box and
whisker plot:
char<-read.table("n:/reddinm/grifpr~1/survey/char.txt")
attach(char)
boxplot(Al,Fe,OC,pH, range=0,xaxis=FALSE,
ylab="Proportion of Unirigated Soil
Characteristic",xlab="Characteristic")
nom2<-c("Al","Fe","OC","pH")
axis(1,1:4,nom2)
abline(h=1,lty=2)
The problems are these, how do I change the line width (lines are
all too light). I have attempted putting lwd=2 or somethi...