Description Usage Arguments Value See Also Examples
View source: R/trackvisitsGetGroups.R
trackvisitsGetGroups
defines groups of visits at the same location
based on (1) the duration between these visits, (2) the time of these visits
and (3) whether there is a campsite in-between. Additionally, the variabe
mergewithnext
in the input trackvisits
is defined, i.e.
it is given advice on visits to merge.
1 2 3 4 5 6 7 | trackvisitsGetGroups(
trackvisits,
tmin,
timeinterval = 30 * 60,
tmaxintersticenotvalid = NULL,
tmaxinterstice
)
|
trackvisits |
An object of class |
tmin |
The minimum residence time at a specific location [s]
which is used to classify visits as campsites (if the residence
time at a specific location is larger than |
timeinterval |
The number of seconds one data value (row) in
|
tmaxintersticenotvalid |
A
It is evaluated for each visit if its endtime ( |
tmaxinterstice |
A numeric value giving the maximum duration of an interstice between two visits at the same location until which these visits are merged to one group if there is no campsite visit in-between. |
An object of class trackvisits
.
trackvisits
,
plot.trackvisits
,
trackvisitsFromTrack
,
trackvisitsMergeGroups
,
trackvisitsSetNextvisitsamelocationindex
,
trackvisitsSetNorepeatedcampsitevisits
.
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.