[R] Clean up a scatterplot with too much data

Karl Ove Hufthammer karl at huftis.org
Tue Aug 2 12:43:04 CEST 2011


DimmestLemming wrote:

> I'm working with a lot of data right now, but I'm new to R, and not very
> good with it, hence my request for help. What type of graph could I use to
> straighten out things like...
> 
> http://r.789695.n4.nabble.com/file/n3711389/Untitled.png

Three nice alternatives:

example(smoothScatter)
example(sunflowerplot)
library(hexbin)
example(hexbinplot)

(And do remove the outliers before plotting.)

-- 
Karl Ove Hufthammer



More information about the R-help mailing list