dispersalSummary: Calculate metrics of dispersal using passive telemetry data

Description Usage Arguments Value See Also Examples

View source: R/dispersalSummary.R

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

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

vinayudyawer/ATT documentation built on Oct. 8, 2020, 3:48 p.m.