Plots a set of numeric variables vs. another set and prints the pairwise correlations. It uses the ggplot2 package.
plotframes(x, y, xlab =NULL, ylab =NULL, font.size =12, layout =NULL)
Arguments
x: data frame (can also be a tibble). Variables on x coordinates.
y: data frame (or tibble). Variables on y coordinates.
xlab: a label for the x axis, by default the column names of y.
ylab: a label for the y axis (by default there is no label).
font.size: integer. Size of the characters in the strips.
layout: numeric vector of length 2 or 3 giving the number of columns, rows, and optionally pages of the lattice. If omitted, the graphs will be displayed on 3 lines and 3 columns, with a number of pages set to the required number.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard