#' Create Chicklet (Rounded Segmented Column) Charts #' #' Sometimes it is useful to stylize column charts a bit more #' than just bland rectangles. Methods are provided to create rounded #' rectangle segmented column charts (i.e. "chicklets"). #' #' \if{html}{ #' A sample of the output from \code{geom_chicklet()}: #' #' \figure{README-nyt-1.png}{options: width="100\%" alt="Figure: README-nyt-1.png"} #' } #' #' \if{latex}{ #' A sample of the output from \code{geom_chicklet()}: #' #' \figure{README-nyt-1.png}{options: width=10cm} #' } #' #' @md #' @name ggchicklet #' @docType package #' @author Bob Rudis (bob@@rud.is) #' @import ggplot2 #' @importFrom grid unit gpar roundrectGrob grobName "_PACKAGE"