Maximum counts per Pixel to be plotted. When NULL each
scatter plot has its individual scale. If a number >= maximum number of
counts per pixel is supplied, the scale will be identical for all
scatter plots. The maximum of the number per pi
colramp
Color ramp to encode the density of the points within a
pixel.
border
Shall border be drawn between the colors in the legend:
TRUE / FALSE.
labels
Labels of columns. If NULL the names of x are used.
cex.lab
Size of the labels. If NULL they are calculated automatically.
Maximum number of counts per Pixel found. Additional elements are
returned when verbose == TRUE.
concept
large dataset
huge dataset
Details
The idea is similar to plot.hexbin. The hexagons are
better suited to reflect the density of points in a plane than the
squares used here. Nevertheless squares are, contrary to hexagons,
invariant to reflexions at the x- and y-axis and therefore suited for
scatter plot matrices and also for plotting factors.
Code is based on R function pairs V1.7.