plot_pair_adv: Plot advanced scatter matrix

View source: R/graphics_plot_pair_adv.R

plot_pair_advR Documentation

Plot advanced scatter matrix

Description

Scatter matrix with class coloring and manual palette application.

Usage

plot_pair_adv(data, cnames, title = NULL, clabel = NULL, colors = NULL)

Arguments

data

data.frame

cnames

column names to include

title

optional title

clabel

optional class label column name

colors

optional vector of colors for classes

Value

returns a ggplot2::ggplot graphic

Examples

data(iris)
grf <- plot_pair_adv(iris, cnames = colnames(iris)[1:4], title = "Iris")
print(grf)

daltoolbox documentation built on Feb. 10, 2026, 9:06 a.m.