from_to: Duration of tracks

View source: R/from_to.R

from_toR Documentation

Duration of tracks

Description

Function that returns the start (from), end (to), and the duration (from_to) of a track.

Usage

from_to(x, ...)

## S3 method for class 'track_xyt'
from_to(x, ...)

from(x, ...)

## S3 method for class 'track_xyt'
from(x, ...)

to(x, ...)

## S3 method for class 'track_xyt'
to(x, ...)

Arguments

x

[track_xy, track_xyt]
A track created with make_track.

...

Further arguments, none implemented.

Value

A vector of class POSIXct.


jmsigner/amt documentation built on April 14, 2024, 1:18 a.m.