powered by
PlotDotCIp(x, n, xlim = c(0, 1), ord = c("rel", "abs", "names"), decreasing = FALSE, ...)
"rel"
PlotDotCI()
PlotDotCI
tab <- table(d.pizza$driver, d.pizza$wine_delivered) PlotDotCIp(x=tab[,2], n=apply(tab,1,sum), ord="abs", dec=TRUE)
Run the code above in your browser using DataLab