Skip to contents

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)