pairsplot: A Customized Pairs Plot

Description Usage Arguments Value

View source: R/balanced_sampling.R

Description

Summarize a data set visually using a pairs plot

Usage

1
2
pairsplot(mydat, cols2ignore = c("primalX", "primalY", "npx_t_b", "nstrtcl",
  "probcut"), cols2include = NA)

Arguments

mydat

A dataframe

cols2ignore

Character vector. Columns in the attribute table that should be ignored in the stratification. Default is c('primalX','primalY','npx_t_b','nstrtcl','probcut') which are legacy attributes. Furthermore columns of which the name starts with 'x' are ingored automatically.

cols2include

Character vector. Columns in the attribute table that should be included in the stratification. Default is NA, which means all columns, except for those in cols2ignore are included. cols2ignore takes precedence over cols2include

Value

a pairs plot


pieterbeck/CanHeMonR documentation built on May 25, 2019, 7:11 a.m.