equaliseLocationsCoordinatesTracks: Equalise Track Coordinates to Locations.

Description Usage Arguments Value See Also Examples

View source: R/equaliseLocationsCoordinatesTracks.R

Description

equaliseLocationsCoordinatesTracks computes the median coordinates (longitude, latitude) for each location of all tracks (object of class Track) of an object of class TracksCollection and assigns these coordinates to matching data values in each track. During this procedure, filled values are not considered in order to not influence the median coordinates by the gap filling procedure. The function uses equaliseLocationsCoordinatesTrack.

Usage

1
equaliseLocationsCoordinatesTracks(currenttracks, cores = 1, clcall = NULL)

Arguments

currenttracks

A TracksCollection object with one Track object per Tracks object that has a variable location and a variable filled in the data slot. location must be numeric with an integer value for each unique location. Gaps must have the location 0.

cores

An integer value representing the number of cores to use in parallel computing.

clcall

A function that is passed to clusterCall.

Value

currenttracks with the same longitude and latitude values for each location for all Track objetcs.

See Also

locationsTrack.

Examples

1
#

henningte/herdersTA documentation built on Jan. 22, 2020, 5:16 a.m.