mypairs: normal pairs plot with different pch and plus abline

Description Usage Arguments See Also Examples

View source: R/mypairs.R

Description

normal pairs plot with different pch and plus abline

Usage

1
mypairs(dataframe, legend = FALSE, pch = ".", ...)

Arguments

dataframe

data matrix or data.frame as normally passed to pairs

legend

add legend to plots

pch

point type default "."

...

params usually passed to pairs

See Also

also pairs

Examples

1
2
3
tmp = matrix(rep((1:100),times = 4) + rnorm(100*4,0,3),ncol=4)
mypairs(tmp,log="xy",main="small data")
mypairs(tmp,log="xy",main="small data", legend=TRUE)

Example output

loading package quantable
There were 24 warnings (use warnings() to see them)
There were 24 warnings (use warnings() to see them)

quantable documentation built on May 2, 2019, 4:05 p.m.

Related to mypairs in quantable...