search for: xtotal

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

Did you mean: total
2007 Jun 12
0
distribution graph
...e,names),as.numeric) xtable.freq <- lapply(xtable,as.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=plo...