浏览代码

Fix issues after complicated merge

pkg-add-anim-opts-fixed
父节点
当前提交
f957f00ac2
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      R/plot_helpers.R
  2. +2
    -2
      man/animate_plot.Rd

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

@@ -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 查看文件

@@ -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

正在加载...
取消
保存