as.corrData: Coerce a multi-individual movement dataset into a corrMove...

Description Usage Arguments Details Author(s)

Description

Currently this only converts the timestamp field to POSIXct.

Usage

1
as.corrMove(object, timeformat="", timezone="UTC")

Arguments

object

A multi-individual movement dataset, where each individual is observed at each timestamp.

timeformat

Format arguement for strptime.

timezone

Timezone arguement for strptime.

Details

The data file must consist of a timestamp column with the name "timestamp", followed by a column of the x coordinates for the first individual, a column of the x coordinates of the second, individual, etc., then a column of the y coordinates of the first indivdiual, then a column of the y coordinates of the second individual. The timestamps can be in any standard date/time format provided the user supplies the appropriate formating string. Currently, the x and y coordinates must be in the project the user wishes to do the analysis in (e.g., UTM), as no reprojecting is done within the package.

Author(s)

Chris H. Fleming and Justin M. Calabrese


jmcalabrese/corrMove documentation built on May 29, 2019, 1:04 a.m.