splom2: Modified lattice::splom.

Description Usage Arguments Examples

Description

Upper panel computes correlation, and lower panel adds regression line.

Usage

1
2
splom2(x, grid = T, pscale = 0, type = c("r", "g", "p"), col.line = 2,
  noi = NULL, noj = noi, ...)

Arguments

x, grid, pscale, type, col.line, ...

Same as that in splom.

noi

Panels in row i are not plotted.

noj

Panels in column j are not plotted.

Examples

1
2
splom2(~iris[1:4])
splom2(~iris[1:4],noj=4,noi=4)

kohleth/kmisc documentation built on May 20, 2019, 12:53 p.m.