search for: ytotal

Displaying 1 result from an estimated 1 matches for "ytotal".

Did you mean: total
2007 Jun 12
0
distribution graph
....numeric) max.freq <- max(as.numeric(lapply(xtable.freq,max)),na.rm=TRUE) min.value <- min(as.numeric(lapply(xtable.values,min)),na.rm=TRUE) max.value <- max(as.numeric(lapply(xtable.values,max)),na.rm=TRUE) ncomp <- length(xx) plot.xtotal<- xleft + c(0,ncomp) * (xright - xleft) plot.ytotal<- c(min.value,max.value) plot.mids <- xleft + c(0:(ncomp-1)) * (xright - xleft) + xmiddle plot(x=plot.xtotal,y=plot.ytotal,xlab='',ylab=ylab, xlim=plot.xtotal,ylim=plot.ytotal, axes=FALSE,col='white') box() axis(1,at=plot.mids,labels=xlab) axis(2) for (comp in 1:ncomp) { lef...