rhrTrack: Create objects of class 'RhrTrack' to represent animal...

Description Usage Arguments

View source: R/rhrTrack.R

Description

Creates object of class 'RhrTrack*' from 'SpatialPoints*' and, if provided, time stamps.

Usage

1
2
3
rhrTrack(sp, time, duplicates = "remove", meta)

rhrTracks(sp, ts, id, metas)

Arguments

sp

SpatialPoints* with the relocation of the animal or RhrMappedData.

time

Vector with objects of class 'POSIXct', giving the time stamp of relocations.

duplicates

String, indicating how to handle duplicted time stamps. Currently only "remove" is supported.

meta

Named list, providing meta information about the animal.

ts

Vector containing the timestamp for each point in sp.

id

Vector containing the id for each point in sp.

metas

List of list with meta data, length of metas should be the same as the number of levels in id.


jmsigner/rhr documentation built on June 26, 2020, 8:59 a.m.