Kaynağa Gözat

ggplot2 theme features are maturing

tags/v0.3.0
Garrick Aden-Buie 6 yıl önce
ebeveyn
işleme
3d8723e55f
5 değiştirilmiş dosya ile 9 ekleme ve 9 silme
  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 Dosyayı Görüntüle

#' #'
#' @description #' @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 #' Creates \pkg{ggplot2} themes to match the xaringanthemer theme used in the
#' \pkg{xaringan} slides that seamlessly matches the "normal" slide colors and #' \pkg{xaringan} slides that seamlessly matches the "normal" slide colors and
#' #'
#' @description #' @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" #' A \pkg{ggplot2} xaringanthemer plot theme to seamlessly match the "inverse"
#' \pkg{xaringan} slide colors and styles as styled by [xaringanthemer]. #' \pkg{xaringan} slide colors and styles as styled by [xaringanthemer].
#' #'
#' @description #' @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 #' 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 #' created by [xaringanthemer]. The theme is designed to create a general plot
#' #'
#' @description #' @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 #' Set \pkg{ggplot2} _geom_ defaults to match [theme_xaringan()] with
#' `theme_xaringan_set_defaults()` and restore the standard or previously-set #' `theme_xaringan_set_defaults()` and restore the standard or previously-set
#' #'
#' @description #' @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, #' Color and fill single-color scales for discrete and continuous values,
#' created using the primary accent color of the xaringanthemer styles. #' created using the primary accent color of the xaringanthemer styles.

+ 1
- 1
man/theme_xaringan.Rd Dosyayı Görüntüle

A ggplot2 theme A ggplot2 theme
} }
\description{ \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 Creates \pkg{ggplot2} themes to match the xaringanthemer theme used in the
\pkg{xaringan} slides that seamlessly matches the "normal" slide colors and \pkg{xaringan} slides that seamlessly matches the "normal" slide colors and

+ 1
- 1
man/theme_xaringan_base.Rd Dosyayı Görüntüle

A ggplot2 theme A ggplot2 theme
} }
\description{ \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 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 created by \link{xaringanthemer}. The theme is designed to create a general plot

+ 1
- 1
man/theme_xaringan_inverse.Rd Dosyayı Görüntüle

A ggplot2 theme A ggplot2 theme
} }
\description{ \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" A \pkg{ggplot2} xaringanthemer plot theme to seamlessly match the "inverse"
\pkg{xaringan} slide colors and styles as styled by \link{xaringanthemer}. \pkg{xaringan} slide colors and styles as styled by \link{xaringanthemer}.

+ 1
- 1
man/theme_xaringan_set_defaults.Rd Dosyayı Görüntüle

Invisibly returns a list of the current ggplot2 geom defaults Invisibly returns a list of the current ggplot2 geom defaults
} }
\description{ \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 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 \code{theme_xaringan_set_defaults()} and restore the standard or previously-set

Yükleniyor…
İptal
Kaydet