Create Chicklet (Rounded Segmented Column) Charts https://cinc.rud.is/web/packages/ggchicklet/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
504 B

#' 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").
#'
#' - URL: <https://gitlab.com/hrbrmstr/ggchicklet>
#' - BugReports: <https://gitlab.com/hrbrmstr/ggchicklet/issues>
#'
#' @md
#' @name ggchicklet
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import ggplot2
#' @importFrom grid unit
"_PACKAGE"