소스 검색

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 파일 보기

@@ -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, ...)

Loading…
취소
저장