search for: grifpr

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

Did you mean: griff
2000 Jul 17
0
Fonts and Line widths in boxplot
...R guru's, > > A couple of simple questions which I cannot find answers to in "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) &gt...
2000 Jul 17
3
Fonts and Line widths
Hi All R guru's, A couple of simple questions which I cannot find answers to in "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 pro...