Description Usage Arguments Value See Also Examples
View source: R/equaliseLocationsCoordinatesTracks.R
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
.
1 | equaliseLocationsCoordinatesTracks(currenttracks, cores = 1, clcall = NULL)
|
currenttracks |
A |
cores |
An integer value representing the number of cores to use in parallel computing. |
clcall |
A function that is passed to
|
currenttracks
with the same longitude and latitude values for
each location for all Track
objetcs.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.