library(dplyr)
holes_2d_jellyfish |>
filter(loop == 1, tries %in% seq(1, 50, 5)) |>
plot_projection(data = boa6)
if (FALSE) {
library(dplyr)
# track the first jellyfish (loop == 1)
holes_2d_jellyfish |>
filter(loop == 1) |>
plot_projection(data = boa6, animate_along = tries, id = loop)
}
Run the code above in your browser using DataLab