scatterPlotMatrix: Scatter plot matrices with histogram and correlation...

Description Usage Arguments Author(s) Examples

View source: R/mStats.R

Description

A matrix of scatter plots is produced with Scatter plots with smooth regression line in lower panel, histograms in diagonal panel and Pearson's correlation coefficients in upper panel.

Usage

1
scatterPlotMatrix(data, main = NULL, pch = 21, ...)

Arguments

data

data.frame.

main

The main title (on top) using font, size (character expansion) and color par(c("font.main", "cex.main", "col.main")).

pch

numeric: point symbol

...

further arguments to be passed to or from methods

Author(s)

Email: dr.myominnoo@gmail.com

Website: https://myominnoo.github.io/

Examples

1
2
## iris data
# scatterPlotMatrix(iris)

mStats documentation built on Nov. 23, 2020, 9:07 a.m.