pairPlot: Draw a pair plot with an object of class meanCI

Description Usage Arguments Value Examples

View source: R/plot.meanCI.R

Description

Draw a pair plot with an object of class meanCI

Usage

1

Arguments

x

An object of class "meanCI" with attr(x,"measure")=="paired"

palette

The name of color palette from RColorBrewer package or NULL

Value

A ggplot

Examples

1
2
3
4
x=meanCI(iris,paired=TRUE)
pairPlot(x)
x=meanCI(iris,Petal.Width, Petal.Length,paired=TRUE)
pairPlot(x)

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