Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

26 Zeilen
538B

  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{Animation Options}
  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. Animation Options
  20. }
  21. \examples{
  22. NULL
  23. }