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.

30 lines
622B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/animate_helpers.R
  3. \name{animate_set_function}
  4. \alias{animate_set_function}
  5. \alias{animate_set}
  6. \title{Animates a set - wrapper function}
  7. \usage{
  8. animate_set(x, y, type, export = "gif", ...)
  9. }
  10. \arguments{
  11. \item{x}{left dataset}
  12. \item{y}{right dataset}
  13. \item{type}{type of the set, i.e., intersect, setdiff, etc.}
  14. \item{export}{if the function exports a gif, the first, or last picture}
  15. \item{...}{further arguments passed to base_plot}
  16. }
  17. \value{
  18. either a gif or a ggplot
  19. }
  20. \description{
  21. Animates a set - wrapper function
  22. }
  23. \examples{
  24. NULL
  25. }