estimationPlot1 {interpretCI} | R Documentation |
Draw estimation plot1
Description
Draw estimation plot1
Usage
estimationPlot1(x, palette = NULL)
Arguments
x |
An object of class meanCI |
palette |
The name of color palette from RColorBrewer package or NULL |
Value
A ggplot
Examples
x=meanCI(iris,Species,Sepal.Length)
estimationPlot1(x)
[Package interpretCI version 0.1.1 Index]