my_pairs: EDA functions from A. Brenning

Description Usage Arguments Examples

View source: R/90-eda-funs.R

Description

Correlation plot of a dataset

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
panel.hist(
  x,
  col.hist = "cyan",
  cex.cor = NULL,
  digits = NULL,
  col = NULL,
  pch = NULL,
  cex = NULL,
  ...
)

my_pairs(x, ...)

Arguments

x

data.frame

col.hist

(character(1))
Color for histograms

cex.cor

(character(1))
Numeric character expansion factor, see graphics::text()

digits

(integer(1))
Amount of digits to round correlation result to

pch

See graphics::points()

cex

See graphics::points()

Examples

1

pat-s/2019-feature-selection documentation built on Dec. 24, 2021, 8:40 a.m.