meanCIplot1 {interpretCI} | R Documentation |
Draw meanCI plot for data with single vector
Description
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)
[Package interpretCI version 0.1.1 Index]