Displaying 1 result from an estimated 1 matches for "bigboxplot".
Did you mean:
bigbarplot
2006 May 17
1
Re : Large database help
...ith some
future development:
Another function that could be helpful is bigplot which I imagine would
be best based on the hexbin package, just accumulating the counts in
chunks like your biglm function. Once I see the code for biglm I may be
able to contribute this piece. I guess bigbarplot and bigboxplot may
also be useful (accumulating counts for the barplot will be easy, but
does anyone have ideas on the best way to get quantiles for the boxplots
efficiently (the best approach I can think of so far is to have the
database sort the variables, but sorting tends to be slow)).
Another general approa...