Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

30 lines
533B

  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{Animates a plot}
  6. \usage{
  7. animate_plot(d, title = "", transition_length = 2, state_length = 1,
  8. ...)
  9. }
  10. \arguments{
  11. \item{d}{a preprocessed dataset}
  12. \item{title}{the plot title}
  13. \item{transition_length}{see transition_states}
  14. \item{state_length}{see transition_states}
  15. \item{...}{further arguments passed to static_plot}
  16. }
  17. \value{
  18. a gif
  19. }
  20. \description{
  21. Animates a plot
  22. }
  23. \examples{
  24. NULL
  25. }