Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

26 lines
532B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/plot_helpers.R
  3. \name{animate_plot}
  4. \alias{animate_plot}
  5. \title{Animate a Plot}
  6. \usage{
  7. animate_plot(d, title = "", ..., anim_opts = anim_options(...))
  8. }
  9. \arguments{
  10. \item{d}{a processed dataset}
  11. \item{title}{the title of the plot}
  12. \item{anim_opts}{Animation options generated with \code{\link[=anim_options]{anim_options()}}. Overrides
  13. any options set in \code{...}.}
  14. }
  15. \value{
  16. a \code{gganim} object
  17. }
  18. \description{
  19. Animate a Plot
  20. }
  21. \examples{
  22. NULL
  23. }