I find R can take a long time to generate plots when millions of points are present - unsurprising given that points are plotted individually.
Many of the points overlap and form a black mass and a lot of time is spent plotting more points into that mass.
Are there any plotting functions that trade off processing time to work out in advance what plotting is redundant?
I am not looking for a density plot (although those are often useful), I would want the same output as a simple plot call but much faster than millions of overplots if possible.