Displaying 2 results from an estimated 2 matches for "kcan3".
2008 Jan 24
2
boxplot axis labelling
...,1,0,1,4,2,1,1,0,0,4,1,1,2,2,0,1,0,2,0,1,
1,2,3,1),
fqnoncan=c(8,11,0,2,4,4,2,0,6,0,4,0,2,0,1,0,4,50,3,1,1,0,0,35,1,1,19,2,0,1,0
,14,0,1,1,10,13,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)))
knoncan3<-with(df3,rep(x,times=fqnoncan))
knoncan3<-c(knoncan3,rep(NA,times=length(k3)-length(knoncan3)))
dfnew<-data.frame(kcvd3,kcan3,knoncan3,k3)
boxplot(dfnew,log='y', ylim...
2008 Feb 06
1
axis help
...,0,1,0,1,4,2,1,1,0,0,4,1,1,2,2,0,1,0
,2,0,1,1,2,3,1,),fqnondis=c(8,11,1,2,4,4,2,2,6,3,4,2,2,1,1,1,4,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),b...