R/ggp.R

Defines functions gg_help

Documented in gg_help

#' @encoding UTF-8
#' @family plots
#' @family wraps
#' @title Thin Wrappers of `ggplot2` and `ggtext` Functions
#' @export
gg_help <- function() {utils::help("gg_help", package = "uj")}

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{ggplot}}.
#' @export
ggp <- ggplot2::ggplot

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{aes}}.
#' @export
gg_aes <- ggplot2::aes

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{geom_point}}.
#' @export
gg_dot <- ggplot2::geom_point

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{element_line}}.
#' @export
gg_elin <- ggplot2::element_line

#' @describeIn gg_help Thinly wraps \code{\link[ggtext:element_markdown]{ggtext::element_markdown}}.
#' @export
gg_emkd <- ggtext::element_markdown

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{element_blank}}.
#' @export
gg_enll <- ggplot2::element_blank

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{element_rect}}.
#' @export
gg_erct <- ggplot2::element_rect

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{element_text}}.
#' @export
gg_etxt <- ggplot2::element_text

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{expansion}}.
#' @export
gg_exp <- ggplot2::expansion

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{facet_grid}}.
#' @export
gg_grid <- ggplot2::facet_grid

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{geom_hline}}.
#' @export
gg_hlin <- ggplot2::geom_hline

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{geom_label}}.
#' @export
gg_lab <- ggplot2::geom_label

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{labs}}.
#' @export
gg_labs <- ggplot2::labs

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{geom_line}}.
#' @export
gg_lin <- ggplot2::geom_line

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{margin}}.
#' @export
gg_mar <- ggplot2::margin

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{scale_alpha_continuous}}.
#' @export
gg_sac <- ggplot2::scale_alpha_continuous

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{scale_color_manual}}.
#' @export
gg_scm <- ggplot2::scale_color_manual

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{scale_shape_manual}}.
#' @export
gg_sdm <- ggplot2::scale_shape_manual

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{scale_linetype_manual}}.
#' @export
gg_slm <- ggplot2::scale_linetype_manual

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{ggsave}}.
#' @export
gg_sav <- ggplot2::ggsave

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{scale_x_continuous}}.
#' @export
gg_sxc <- ggplot2::scale_x_continuous

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{scale_y_continuous}}.
#' @export
gg_syc <- ggplot2::scale_y_continuous

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{theme}}.
#' @export
gg_thm <- ggplot2::theme

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{theme_minimal}}.
#' @export
gg_thm0 <- ggplot2::theme_minimal

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{geom_text}}.
#' @export
gg_txt <- ggplot2::geom_text

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{unit}}.
#' @export
gg_unit <- ggplot2::unit

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{vars}}.
#' @export
gg_vars <- ggplot2::vars

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{geom_vline}}.
#' @export
gg_vlin <- ggplot2::geom_vline

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{facet_wrap}}.
#' @export
gg_wrap <- ggplot2::facet_wrap

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{xlab}}.
#' @export
gg_xlab <- ggplot2::xlab

#' @describeIn gg_help Thinly wraps \code{\link[ggplot2]{ylab}}.
#' @export
gg_ylab <- ggplot2::ylab
j-martineau/uj documentation built on Sept. 14, 2024, 4:40 a.m.