powered by
Makes a matrix of plots with a given data set of large size using hexagonal binning (similar result than the pairs function)
fastPairs(dat, bins = 60, base_size = 12, cor_size = 6)
data frame of all parameters to be compared
numeric vector giving number of bins in both vertical and horizontal directions. Set to 60 by default.
size of the base texts (axis, titles, ...)
size of the text for the correlation coefficient. Has different units (?) than base_size
# NOT RUN { fastPairs(iris[1:4],bins=10) # }
Run the code above in your browser using DataLab