which_duplicated {sftrack} | R Documentation |
Which grouping/time stamp combos are duplicated.
Description
This function returns a data.frame of which rows are duplicated and their time stamps.
Usage
which_duplicated(data = data.frame(), group, time)
Arguments
data |
a data.frame containing burst or time data (if necessary) |
group |
a list where each entry is a vector of groupings where length == nrow(data)|nrow(time). Or a character vector describing the column name they are located in data |
time |
a vector of as.POSIXct time, or a character of the column name where it can be found in data |
[Package sftrack version 0.5.4 Index]