瀏覽代碼

Fix issues after complicated merge

pkg-add-anim-opts-fixed
Garrick Aden-Buie 8 年之前
父節點
當前提交
f957f00ac2
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      R/plot_helpers.R
  2. +2
    -2
      man/animate_plot.Rd

+ 1
- 1
R/plot_helpers.R 查看文件

#' Animation Options
#' Animate a Plot
#' #'
#' @param d a processed dataset #' @param d a processed dataset
#' @param title the title of the plot #' @param title the title of the plot

+ 2
- 2
man/animate_plot.Rd 查看文件

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

Loading…
取消
儲存