10 lines
185 B
R
10 lines
185 B
R
#' @title Dumbbell Theme
|
|
|
|
#' @description Theme for dumbbell charts based on theme_default.
|
|
#'
|
|
#' @rdname theme_default
|
|
#'
|
|
#' @export
|
|
theme_dumbbell <- function() {
|
|
theme_default()
|
|
}
|