search for: nom2

Displaying 2 results from an estimated 2 matches for "nom2".

Did you mean: nom
2000 Jul 17
0
Fonts and Line widths in boxplot
...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 something higher inside the > boxplot statement.......
2000 Jul 17
3
Fonts and Line widths
...nning 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 something higher inside the boxplot statement.... which it swallows without...