Parcourir la source

unified animate_set and animate_join

before saving, the function animate needs to be called
pkg
David il y a 7 ans
Parent
révision
576393416d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      R/animate_sets.R

+ 1
- 1
R/animate_sets.R Voir le fichier

@@ -91,7 +91,7 @@ animate_set <- function(
all <- bind_rows(step0, step1)

if (export == "gif") {
animate_plot(all, title, ...) %>% animate()
animate_plot(all, title, ...)
} else if (export == "first") {
title <- ""
static_plot(step0, title, ...)

Chargement…
Annuler
Enregistrer