point_matrix: Scatterplot matrix

Description Usage Arguments Details Examples

View source: R/assumption_checking.R

Description

point_matrix returns a basic scatterplot matrix of the data input.

Usage

1

Arguments

data

The coordinates of points given as numeric columns of a matrix or data frame. See parameter x in pairs() for more detail.

pch

Point type passed on to pairs.

Details

This function uses pairs(data) to generate a scatterplot matrix with square plots and solid points. Note that for best results you should set your plot size to be square.

Examples

1
2
point_matrix(bodyfat)
point_matrix(mtcars[ ,c("mpg", "disp", "hp", "drat")])

mtnbikerjoshua/jcreg documentation built on April 18, 2021, 10:01 p.m.