Displaying 1 result from an estimated 1 matches for "knondis3".
2008 Feb 06
1
axis help
...50,3,1,1,1,1,
34,1,1,19,2,1,1,1,14,1,1,1,10,12,5,))
k3<-with(df3,rep(x,times=fq))
kcvd3<-with(df3,rep(x,times=fqcvd))
kcvd3<-c(kcvd3,rep(NA,times=length(k3)-length(kcvd3)))
kcan3<-with(df3,rep(x,times=fqcan))
kcan3<-c(kcan3,rep(NA,times=length(k3)-length(kcan3)))
knondis3<-with(df3,rep(x,times=fqnondis))
knondis3<-c(knondis3,rep(NA,times=length(k3)-length(knondis3)))
boxplot(kcvd3,kcan3,knondis3,log='y',
ylim=c(1,4000),at=c(0.5,0.6,0.7),boxwex = 0.05,axes=FALSE,col =
c("yellow","orange","red"))
axis(...