if n > 10,000, make a random subset of 10,000 and plot. You can also specify
a specific subset to plot. If length of subset is larger
than n, a random sample is still used to reduce data size.
Usage
splot(x, y, n = 10000, subset = NULL, xlab = NULL, ylab = NULL, ...)