cleangps: Wrapper function with CombDat and CollarHistory that Merge...

Description Usage Arguments Value Examples

View source: R/cleangps.R

Description

Merge raw GPS Data with Animal IDs, Sex, and Species

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
cleangps(
  atsfold,
  veckeys,
  sirtrack,
  gstar,
  capdat,
  spp,
  buffer.capture,
  buffer
)

Arguments

atsfold

path to folder where ats data is located

veckeys

path to where vectronics keys are located

sirtrack

path to where sirtrack data is located

gstar

path to where gstar data is located

capdat

path to capture database

spp

either "cervid" or "coyote"

buffer.capture

Logical. True if you would like to remove locations surrounding captures (user defined buffer in days) False if you would like to include captures in gps data

buffer

numeric number of days to buffer around captures

Value

Returns a data.frame with all gps data, AnimalID, Sex, and Species

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
=============================
read in ATS data
=============================

==========================================
read in vectronics data and bind together
=========================================

======================================
merge vectronics and ats data
======================================
=============================
create collar history table
=============================

khuggler/TediousEcology documentation built on July 10, 2021, 12:34 a.m.