Skip to content
Prev 59790 / 398502 Next

scatterplot of 100000 points and pdf file format

Another possibility might be to use a 2d kernel density estimate (eg.
kde2d from library(MASS).  Then for the high density areas plot the
density contours, for the low density areas plot the individual
points.

Hadley