Explorar el Código

Fix issues after complicated merge

pkg-add-anim-opts-fixed
Garrick Aden-Buie hace 7 años
padre
commit
f957f00ac2
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      R/plot_helpers.R
  2. +2
    -2
      man/animate_plot.Rd

+ 1
- 1
R/plot_helpers.R Ver fichero

@@ -1,4 +1,4 @@
#' Animation Options
#' Animate a Plot
#'
#' @param d a processed dataset
#' @param title the title of the plot

+ 2
- 2
man/animate_plot.Rd Ver fichero

@@ -2,7 +2,7 @@
% Please edit documentation in R/plot_helpers.R
\name{animate_plot}
\alias{animate_plot}
\title{Animation Options}
\title{Animate a Plot}
\usage{
animate_plot(d, title = "", ..., anim_opts = anim_options(...))
}
@@ -18,7 +18,7 @@ any options set in \code{...}.}
a \code{gganim} object
}
\description{
Animation Options
Animate a Plot
}
\examples{
NULL

Cargando…
Cancelar
Guardar