Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

42 lines
1.4KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/plot_helpers.R
  3. \name{static_plot}
  4. \alias{static_plot}
  5. \title{Prints the tiles for a processed dataset statically}
  6. \usage{
  7. static_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{...}{Arguments passed on to \code{anim_options}
  13. \describe{
  14. \item{text_family}{Font family for the plot text}
  15. \item{title_family}{Font family for the plot title}
  16. \item{text_size}{Font size of the plot text}
  17. \item{title_size}{Font size of the plot title}
  18. \item{ease_default}{Default aes easing function. See \link[tweenr:display_ease]{tweenr::display_ease}
  19. for more options.}
  20. \item{ease_other}{Additional aes easing options, named with aesthetic to
  21. which the easeing should be applied, consistent with \code{\link[gganimate:ease_aes]{gganimate::ease_aes()}}.}
  22. \item{transition_length}{The relative length of the transition. Will be
  23. recycled to match the number of states in the data}
  24. \item{state_length}{The relative length of the pause at the states. Will be
  25. recycled to match the number of states in the data}
  26. }}
  27. \item{anim_opts}{Animation options generated with \code{\link[=anim_options]{anim_options()}}. Overrides
  28. any options set in \code{...}.}
  29. }
  30. \value{
  31. a ggplot
  32. }
  33. \description{
  34. Prints the tiles for a processed dataset statically
  35. }
  36. \examples{
  37. NULL
  38. }