getVec: Vectronic Collar Data Combine

View source: R/getVec.R

getVecR Documentation

Vectronic Collar Data Combine

Description

This function combines the csv files downloaded by vectronic GPS Plus X

Usage

getVec(vecpath, tzone)

Arguments

vecpath

Path your Vectronic GPS Plus X Program saves CSV files to

tzone

time zone that GPS data should be converted to. "MST", "US/Pacific"

Value

Resulting object is a spatial points data frame of your vectronics data downloaded using GPS Plus X as a csv Spatial Data Column Description:

CollarSerialNumber

Collar Serial Number

TelemDate

POSIX Field of collare fixes in the USER'S timezone. NOTE: may need to alter timezone

HDOP

Horizontal Dilution of Precision

2D/3D

Whether fix is a 2d or 3d fix. Values are either 2 or 3

Temperature

Temperature reported by collar

Examples

getVec(vecpath='/home/mhayes1/Desktop/Testing/')


khuggler/Ovis documentation built on Nov. 30, 2023, 7:41 p.m.