13 lines
222 B
R
13 lines
222 B
R
#' @title Dumbbell Theme
|
|
|
|
#' @description Theme for dumbbell charts based on theme_default.
|
|
#'
|
|
#' @rdname theme_default
|
|
#'
|
|
#' @export
|
|
theme_dumbbell <- function() {
|
|
theme_default(
|
|
axis_line_x = TRUE,
|
|
grid_
|
|
)
|
|
}
|