How can I plot a very large data set in R?
I\'d like to use a boxplot, or violin plot, or similar. All the data cannot be fit in memory. Can I incrementally read in and
Perhaps you can think about using disk.frame to summarise the data down first before running the plotting?