dispersalSummary: Calculate metrics of dispersal using passive telemetry data

View source: R/dispersalSummary.R

dispersalSummaryR Documentation

Calculate metrics of dispersal using passive telemetry data

Description

Produce standard metrics of dispersal. Metrics include dispersal distance and bearings between tag release location and each detection as well as between consecutive detections.

Usage

dispersalSummary(ATTdata)

Arguments

ATTdata

an 'ATT' object created using setupData containing tag detection data, metadata and station information

Value

Produces a tibble containing dispersal distance and bearings between tag release location and each detection as well as between consecutive detections.

See Also

Input data needs to be setup using setupData

Examples

## Import example datasets
data(IMOSdata)
data(taginfo)
data(statinfo)

## Setup data
ATTdata<- setupData(Tag.Detections = IMOSdata, 
                    Tag.Metadata = taginfo, 
                    Station.Information = statinfo, 
                    source = "IMOS")

## Estimate detecion metrics with monthly subsets chosen
dispSum<-dispersalSummary(ATTdata)


RossDwyer/VTrack documentation built on Feb. 23, 2024, 10:40 p.m.