Преглед изворни кода

ggplot2 theme features are maturing

tags/v0.3.0
Garrick Aden-Buie пре 6 година
родитељ
комит
3d8723e55f
5 измењених фајлова са 9 додато и 9 уклоњено
  1. +5
    -5
      R/ggplot2.R
  2. +1
    -1
      man/theme_xaringan.Rd
  3. +1
    -1
      man/theme_xaringan_base.Rd
  4. +1
    -1
      man/theme_xaringan_inverse.Rd
  5. +1
    -1
      man/theme_xaringan_set_defaults.Rd

+ 5
- 5
R/ggplot2.R Прегледај датотеку

@@ -3,7 +3,7 @@
#'
#' @description
#'
#' **Lifecycle:** [Experimental](https://www.tidyverse.org/lifecycle/#experimental).
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#'
#' Creates \pkg{ggplot2} themes to match the xaringanthemer theme used in the
#' \pkg{xaringan} slides that seamlessly matches the "normal" slide colors and
@@ -96,7 +96,7 @@ theme_xaringan <- function(
#'
#' @description
#'
#' **Lifecycle:** [Experimental](https://www.tidyverse.org/lifecycle/#experimental).
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#'
#' A \pkg{ggplot2} xaringanthemer plot theme to seamlessly match the "inverse"
#' \pkg{xaringan} slide colors and styles as styled by [xaringanthemer].
@@ -184,7 +184,7 @@ theme_xaringan_inverse <- function(
#'
#' @description
#'
#' **Lifecycle:** [Experimental](https://www.tidyverse.org/lifecycle/#experimental).
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#'
#' Provides a base plot theme for \pkg{ggplot2} to match the \pkg{xaringan} slide theme
#' created by [xaringanthemer]. The theme is designed to create a general plot
@@ -363,7 +363,7 @@ theme_xaringan_base <- function(
#'
#' @description
#'
#' **Lifecycle:** [Experimental](https://www.tidyverse.org/lifecycle/#experimental).
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#'
#' Set \pkg{ggplot2} _geom_ defaults to match [theme_xaringan()] with
#' `theme_xaringan_set_defaults()` and restore the standard or previously-set
@@ -488,7 +488,7 @@ safely_set_geom <- function(geom, new) {
#'
#' @description
#'
#' **Lifecycle:** [Experimental](https://www.tidyverse.org/lifecycle/#experimental).
#' **Lifecycle:** [Maturing](https://www.tidyverse.org/lifecycle/#maturing)
#'
#' Color and fill single-color scales for discrete and continuous values,
#' created using the primary accent color of the xaringanthemer styles.

+ 1
- 1
man/theme_xaringan.Rd Прегледај датотеку

@@ -70,7 +70,7 @@ not available locally.}
A ggplot2 theme
}
\description{
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#experimental}{Experimental}.
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#maturing}{Maturing}

Creates \pkg{ggplot2} themes to match the xaringanthemer theme used in the
\pkg{xaringan} slides that seamlessly matches the "normal" slide colors and

+ 1
- 1
man/theme_xaringan_base.Rd Прегледај датотеку

@@ -67,7 +67,7 @@ not available locally.}
A ggplot2 theme
}
\description{
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#experimental}{Experimental}.
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#maturing}{Maturing}

Provides a base plot theme for \pkg{ggplot2} to match the \pkg{xaringan} slide theme
created by \link{xaringanthemer}. The theme is designed to create a general plot

+ 1
- 1
man/theme_xaringan_inverse.Rd Прегледај датотеку

@@ -70,7 +70,7 @@ not available locally.}
A ggplot2 theme
}
\description{
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#experimental}{Experimental}.
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#maturing}{Maturing}

A \pkg{ggplot2} xaringanthemer plot theme to seamlessly match the "inverse"
\pkg{xaringan} slide colors and styles as styled by \link{xaringanthemer}.

+ 1
- 1
man/theme_xaringan_set_defaults.Rd Прегледај датотеку

@@ -37,7 +37,7 @@ Invisibly returns a list of the current ggplot2 geom defaults
Invisibly returns a list of the current ggplot2 geom defaults
}
\description{
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#experimental}{Experimental}.
\strong{Lifecycle:} \href{https://www.tidyverse.org/lifecycle/#maturing}{Maturing}

Set \pkg{ggplot2} \emph{geom} defaults to match \code{\link[=theme_xaringan]{theme_xaringan()}} with
\code{theme_xaringan_set_defaults()} and restore the standard or previously-set

Loading…
Откажи
Сачувај