Filters navr object to only include times in between

filter_times(obj, times, zero_based, ...)

# S3 method for navr
filter_times(obj, times, zero_based = FALSE)

Arguments

obj

object to filter

times

a vector of length 2, or a matrix with two columns, start time and end time in seconds

zero_based

signifying if you passed seconds from start or real time. Defaults to FALSE (real time passed)

...

aditional arguments

Methods (by class)

  • navr: Filtering navr object