pairPlot1 {interpretCI} | R Documentation |
Draw a pair plot
Description
Draw a pair plot
Usage
pairPlot1(data, ref = NULL, palette = NULL)
Arguments
data |
a data.frame |
ref |
Numeric or NULL |
palette |
The name of color palette from RColorBrewer package or NULL |
Value
A ggplot
Examples
x=meanCI(mtcars,paired=TRUE)
pairPlot1(x$data)
pairPlot1(x$data,ref=c(1,4,6))
pairPlot1(x$data,ref=c(1,3))
[Package interpretCI version 0.1.1 Index]