filter_times: Filters navr object to only include times in between

View source: R/navr-generics-getting.R

filter_timesR Documentation

Filters navr object to only include times in between

Description

Filters navr object to only include times in between

Usage

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

## S3 method for class '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)

  • filter_times(navr): Filtering navr object


hejtmy/navr documentation built on Jan. 12, 2025, 5:09 p.m.