Learn R Programming

StratigrapheR (version 0.0.6)

fastPairs: Scatterplot Matrices for large dataset

Description

Makes a matrix of plots with a given data set of large size using hexagonal binning (similar result than the pairs function)

Usage

fastPairs(dat, bins = 60, base_size = 12, cor_size = 6)

Arguments

dat

data frame of all parameters to be compared

bins

numeric vector giving number of bins in both vertical and horizontal directions. Set to 60 by default.

base_size

size of the base texts (axis, titles, ...)

cor_size

size of the text for the correlation coefficient. Has different units (?) than base_size

Examples

Run this code
# NOT RUN {
fastPairs(iris[1:4],bins=10)
# }

Run the code above in your browser using DataLab