tb2psat: Tagbase to psat or btrack object

Description Usage Arguments Value Author(s)

Description

tb2psat extracts a Microwave Telemetry, Inc. tag record, from Tagbase, for analyzepsat analysis.

tb2btrack extracts previously processed tracks. This can then be used in subsequent plots or utilizaition distribution analysis.

prepb.wc returns a data frame for bathymetric correction of a Wildlife Computers PAT.

These functions require use of Tagbase (https://code.google.com/p/tagbase/) for storage of PSAT data. These functions query the database and return objects for analysis and display.

Usage

1
2
3
tb2psat(tbpath = 'C:/mydata/Tagbase-fish.mdb', pttid = "123456", recovered=F, ...)
tb2btrack(tbpath = 'C:/mydata/Tagbase-fish.mdb', tagid = 100, is.ptt = F)
prepb.wc(fit = fit, tbpath = 'C:/mydata/Tagbase-fish.mdb', pttid = "123456", year=NULL, ...)

Arguments

tbpath

path to Tagbase database

pttid

PTT identifier

fit

a kftrack, ukfsst or trackit object

recovered

logical; does the tag record corespond to a recovered tag?

tagid

May be either indexed or PTT

is.ptt

If using PTT number, flag to TRUE

Value

list. see MWTextract -or- data.frame

Author(s)

Benjamin Galuardi


galuardi/analyzepsat documentation built on May 17, 2019, 3:25 p.m.