corr.mplot: Multiple Scatter Plots

Description Usage Arguments Value Examples

View source: R/ch14-fn.R

Description

Multiple Scatter Plots from Lists of Bivariate Data

Usage

1
corr.mplot(X, item, xl, yl, mt, step = 1:4, alp = 0.05, dig = 4)

Arguments

X

List vector of bivariate data with 2 columns

item

String vector of list names

xl

Label of x-axis (default="group1")

yl

Label of y-axis (default="group2")

mt

Plot title

step

Steps for correlation analysis, Default: 1:4

alp

Level of significance, Default: 0.05

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

1
2
3
xd = list(cbind(iris[[1]], iris[[2]]), cbind(iris[[3]], iris[[4]]))
spec = c("Sepal", "Petal")
corr.mplot(X=xd, item=spec, xl="Length", yl="Width")

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.