Skip to content

Commit

Permalink
update jellyfish sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Jun 10, 2024
1 parent b0411d8 commit 807812c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/holes.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ holes_1d_better <-animate_dist(boa5, tour_path = guided_tour(

set.seed(123456);
holes_1d_jellyfish <- animate_dist(boa5, tour_path = guided_tour(
holes(), d = 1, search_f = search_jellyfish, n_jellies = 100,
holes(), d = 1, search_f = search_jellyfish, n_jellies = 50,
max.tries = 50), rescale = FALSE)

set.seed(123456)
Expand Down
Binary file modified data/holes_1d_jellyfish.rda
Binary file not shown.

0 comments on commit 807812c

Please sign in to comment.