Преглед изворни кода

unified animate_set and animate_join

before saving, the function animate needs to be called
pkg
David пре 7 година
родитељ
комит
576393416d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      R/animate_sets.R

+ 1
- 1
R/animate_sets.R Прегледај датотеку

all <- bind_rows(step0, step1) all <- bind_rows(step0, step1)


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

Loading…
Откажи
Сачувај