p<-ggInterval_boxplot(iris,aes(iris$Petal.Length))
p
p+scale_fill_manual(values = c("red","yellow",
"green","blue","black"),
labels=c("0%","25%","50%","75%","100%"),
name="quantile")
mydata<-ggESDA::facedata
ggInterval_boxplot(mydata,aes(AD,col="black",alpha=0.5))
myMtcars<-classic2sym(mtcars)
myMtcars<-myMtcars$intervalData
ggInterval_boxplot(myMtcars,aes(disp))
Run the code above in your browser using DataLab