Port of seaborn.pairplot. Returns a patchwork matrix of scatter plots with
univariate distributions on the diagonal.
Usage
pairplot(
data,
vars = NULL,
hue = NULL,
kind = "scatter",
diag_kind = "auto",
palette = NULL,
height = 2.5,
aspect = 1,
corner = FALSE,
...
)