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

48 lines
1.8KB

  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 \code{\link[tweenr:display_ease]{tweenr::display_ease()}}
  19. for more options.}
  20. \item{ease_other}{Additional aes easing options, specified as a named list.
  21. List entries are named with the aesthetic to which the easeing should be
  22. applied, consistent with \code{\link[gganimate:ease_aes]{gganimate::ease_aes()}}.
  23. E.g. \code{list(color = "sine")}.}
  24. \item{enter}{Enter fading function applied to objects in the animation. See
  25. \link[gganimate:enter_exit]{gganimate::enter_exit} for a complete list of options.}
  26. \item{exit}{Exit fading function applied to objects in the animation. See
  27. \link[gganimate:enter_exit]{gganimate::enter_exit} for a complete list of options.}
  28. \item{transition_length}{The relative length of the transition. Will be
  29. recycled to match the number of states in the data}
  30. \item{state_length}{The relative length of the pause at the states. Will be
  31. recycled to match the number of states in the data}
  32. }}
  33. \item{anim_opts}{Animation options generated with \code{\link[=anim_options]{anim_options()}}. Overrides
  34. any options set in \code{...}.}
  35. }
  36. \value{
  37. a ggplot
  38. }
  39. \description{
  40. Prints the tiles for a processed dataset statically
  41. }
  42. \examples{
  43. NULL
  44. }