LionData: Append AID to GPS data and subset to desired time period

Description Usage Arguments Value Examples

View source: R/LionData.R

Description

Merge raw GPS Data with Animal IDs, and Sex

Usage

1
LionData(filepath, startdates, enddates)

Arguments

filepath

path to all lion movement file

startdates

vector of start dates to subset data

enddates

vector of end dates to subset data

Value

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

Examples

1
Lion<-LionData(filepath = yourfile startdates = '2017-05-01', enddates = '2017-09-01')

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