Skip to contents

correlation panel for pairs plot function (used as default in pairs_smooth)

Usage

panel_cor(x, y, digits = 2, ...)

Arguments

x

numeric data

y

numeric data

digits

number of digits to display

...

not used

Examples

graphics::plot(1:3, 1:3, type = "n")
panel_cor(1:3, 1:3)