usage: rthhist(vectorname,numberofbins,numberofchunks,plot=T,gpu=F) where vectorname is a quoted character string giving the name of a vector, and numberofbins is the desired number of bins; plot=F will suppress display of the plot. Set gpu to TRUE if you are running on a GPU. See the file common/NumberOfChunks at the top level of the Rth directory tree concerning the quantity numberofchunks. > source("rthhist.R") > x <- c(3,5.01,12,6,5,15,7,8,4.01,10,4,16) > rthhist("x",5,4,plot=F) # comp hist, 5 bins, 4 threads, no plot $counts [1] 5 3 1 1 2 $left [1] 3 attr(,"Csingle") [1] TRUE $binwidth [1] 2.6 attr(,"Csingle") [1] TRUE