R/reexports_ggplot2.R

#' @importFrom dplyr %>%
#' @export
dplyr::`%>%`

#' @importFrom ggplot2 ggplot
#' @export
ggplot2::ggplot

#' @importFrom ggplot2 ggtitle
#' @export
ggplot2::ggtitle

#' @importFrom ggplot2 guides
#' @export
ggplot2::guides

#' @importFrom ggplot2 labs
#' @export
ggplot2::labs

#' @importFrom ggplot2 xlab
#' @export
ggplot2::xlab

#' @importFrom ggplot2 ylab
#' @export
ggplot2::ylab

#' @importFrom ggplot2 aes
#' @export
ggplot2::aes

#' @importFrom ggplot2 ggsave
#' @export
ggplot2::ggsave

#' @importFrom ggplot2 geom_smooth
#' @export
ggplot2::geom_smooth

#' @importFrom ggplot2 geom_point
#' @export
ggplot2::geom_point

#' @importFrom ggplot2 scale_size
#' @export
ggplot2::scale_size

#' @importFrom ggplot2 scale_colour_hue
#' @export
ggplot2::scale_colour_hue

#' @importFrom ggplot2 scale_x_continuous
#' @export
ggplot2::scale_x_continuous

#' @importFrom ggplot2 theme_grey
#' @export
ggplot2::theme_grey

#' @importFrom ggplot2 theme
#' @export
ggplot2::theme

#' @importFrom ggplot2 element_blank
#' @export
ggplot2::element_blank

#' @importFrom ggplot2 element_text
#' @export
ggplot2::element_text

#' @importFrom ggplot2 unit
#' @export
ggplot2::unit

Try the autograph package in your browser

Any scripts or data that you put into this service are public.

autograph documentation built on July 2, 2025, 5:09 p.m.