tests/testthat/test-residences.R

test_that("residences work", {
  expect_equal(residences(data=detections[1:6564,],ID="ID",station="Station.Name",
                          datetime="DateTimeUTC",cutoff=1,units="days",
                          verbose=FALSE), events[1:3,])
})

Try the mort package in your browser

Any scripts or data that you put into this service are public.

mort documentation built on Sept. 4, 2023, 9:06 a.m.