scatterPlotMatrix {mStats}R Documentation

Scatter plot matrices with histogram and correlation coefficients

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

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


## iris data
# scatterPlotMatrix(iris)


[Package mStats version 3.4.0 Index]