Skip to contents

Draw meanCI plot for data with single vector

Usage

meanCIplot1(x)

Arguments

x

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

Value

A ggplot

Examples

x=meanCI(mtcars,mpg)
meanCIplot1(x)