knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(fgu.avoidance)
animals <- load_data(file.path("..", "inst", "extdata", "run", "three-animals.csv"))
animal <- animals$animal_8

To analyse summatively where the animal was at all times, we can use the get_area_presence function.

presence <- collect_area_presence(animal)
knitr::kable(head(presence))

Crosses



hejtmy/fgu-avoidance documentation built on Sept. 19, 2021, 6:35 a.m.