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.

29 lines
584B

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