general.plot_pairs: Pairs Plot

Description Usage Arguments Value Author(s) See Also Examples

Description

A matrix of plots is produced. The upper diagonal matrix consists of the correlation between pairs of variables. The lower diagonal matrix shows the scatter of each sample including a density overlay and a loess fit. Finally the diagonal shows a histogram of each of the input variables.

Usage

1

Arguments

mat

A matrix or a dataframe with numerical columns

...

Additional parameters

Value

Plots a pairs plot on screen

Author(s)

Jens Hooge

See Also

pairs

Examples

1
2
3
4
5
## Not run: 
data(iris)
general.plot_pairs(iris[, 1:4])

## End(Not run)

jhooge/BioViz documentation built on May 19, 2019, 9:28 a.m.