pairPlot1: Draw a pair plot

Description Usage Arguments Value Examples

View source: R/plot.meanCI.R

Description

Draw a pair plot

Usage

1

Arguments

data

a data.frame

ref

Numeric or NULL

palette

The name of color palette from RColorBrewer package or NULL

Value

A ggplot

Examples

1
2
3
4
x=meanCI(mtcars,paired=TRUE)
pairPlot1(x$data)
pairPlot1(x$data,ref=c(1,4,6))
pairPlot1(x$data,ref=c(1,3))

interpretCI documentation built on Jan. 28, 2022, 9:07 a.m.