fn interp_pairs(
args: &[RValue],
_named: &[(String, RValue)],
ctx: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Scatterplot matrix — plots all pairwise combinations of numeric columns.
@param x data frame or numeric matrix @return NULL (invisibly)