Learn R Programming

move (version 2.1.0)

timeSummary: time information from a track or track stack

Description

This function returns a summary about time related measurements of a Move or MoveStack object.

Usage

# S4 method for .MoveTrackSingle
timeSummary(x, units="hours")
  # S4 method for .MoveTrackStack
timeSummary(x, units="hours")

Arguments

x

Move or MoveStack object

units

defines the output uni, 'secs', 'mins', 'hours', 'days', ...

Examples

Run this code
# NOT RUN {
  data(fishers)
  data(leroy)
  timeLag(leroy)
  timeLag(fishers)
  timeSummary(leroy) # summary of time measures of a Move object
  timeSummary(fishers, units="hours") # summary of time measures of a MoveStack object
# }

Run the code above in your browser using DataLab