Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

51 lines
2.3KB

  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, default is "Fira Mono". Use
  15. \code{\link[=set_font_size]{set_font_size()}} to set global default font sizes.}
  16. \item{title_family}{Font family for the plot title, default is "Fira Mono".
  17. Use \code{\link[=set_font_size]{set_font_size()}} to set global default font sizes.}
  18. \item{text_size}{Font size of the plot text, default is 5.}
  19. \item{title_size}{Font size of the plot title, default is 17.}
  20. \item{ease_default}{Default aes easing function. See \code{\link[tweenr:display_ease]{tweenr::display_ease()}}
  21. for more options. The tidyexplain default value is \code{sine-in-out}.}
  22. \item{ease_other}{Additional aes easing options, specified as a named list.
  23. List entries are named with the aesthetic to which the easeing should be
  24. applied, consistent with \code{\link[gganimate:ease_aes]{gganimate::ease_aes()}}. E.g. \code{list(color = "sine")}.}
  25. \item{enter}{Enter fading function applied to objects in the animation. See
  26. \link[gganimate:enter_exit]{gganimate::enter_exit} for a complete list of options. The tidyexplain
  27. default is \code{\link[gganimate:enter_fade]{gganimate::enter_fade()}}.}
  28. \item{exit}{Exit fading function applied to objects in the animation. See
  29. \link[gganimate:enter_exit]{gganimate::enter_exit} for a complete list of options. The tidyexplain
  30. default is \code{\link[gganimate:exit_fade]{gganimate::exit_fade()}}.}
  31. \item{transition_length}{The relative length of the transition. Will be
  32. recycled to match the number of states in the data}
  33. \item{state_length}{The relative length of the pause at the states. Will be
  34. recycled to match the number of states in the data}
  35. }}
  36. \item{anim_opts}{Animation options generated with \code{\link[=anim_options]{anim_options()}}. Overrides
  37. any options set in \code{...}.}
  38. }
  39. \value{
  40. a ggplot
  41. }
  42. \description{
  43. Prints the tiles for a processed dataset statically
  44. }
  45. \examples{
  46. NULL
  47. }