inst/doc/p5_other_packages.R

## ---- include=FALSE-----------------------------------------------------------
knitr::opts_chunk$set(warning = FALSE, message = FALSE)

## -----------------------------------------------------------------------------
library(amt)
data("deer")
deer

## -----------------------------------------------------------------------------
adehabitatLT_ltraj <- as_ltraj(deer)
adehabitatLT_ltraj

## -----------------------------------------------------------------------------
ctmm_obj <- as_telemetry(deer)
class(ctmm_obj)

## -----------------------------------------------------------------------------
move_obj <- as_move(deer)
move_obj


## -----------------------------------------------------------------------------
sessioninfo::session_info()

Try the amt package in your browser

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

amt documentation built on March 31, 2023, 5:29 p.m.