ソースを参照

Fix right_join animation

pull/5/merge
コミット
c5da6977e5
2個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      R/right_join.R
  2. バイナリ
      images/right-join.gif

+ 6
- 1
R/right_join.R ファイルの表示

@@ -11,7 +11,12 @@ extra_blocks <- inner_join(x, y, "id") %>%

rj <- initial_dfs %>%
bind_rows(joined_dfs, extra_blocks) %>%
arrange(desc(.id), frame, desc(label), value) %>%
filter(!is.na(value)) %>%
mutate(
.id = ifelse(label == "x", label, .id),
removed = as.integer(grepl("3", value))
) %>%
arrange(removed, .id, frame, value) %>%
plot_data("right_join(x, y)") %>%
animate_plot()


バイナリ
images/right-join.gif ファイルの表示

変更前 変更後
幅: 480  |  高さ: 480  |  サイズ: 750KB 幅: 480  |  高さ: 480  |  サイズ: 755KB

読み込み中…
キャンセル
保存