angle: angle information from a track or track stack

Description Usage Arguments Value Author(s) Examples

Description

This function returns a summary about angle related measurements of a track or track stack. These are: average azimuth, variance of azimuth, standard error of azimuth.

Usage

1
2
3
4
5
6
7
8
  ## S4 method for signature '.MoveTrackSingle'
angle(x)
  ## S4 method for signature '.MoveTrackStack'
angle(x)
  ## S4 method for signature '.MoveTrackSingle'
angleSummary(x)
  ## S4 method for signature '.MoveTrackStack'
angleSummary(x)

Arguments

x

Move or MoveStack object

Value

Angles in degrees

Author(s)

Marco Smolla

Examples

1
2
3
4
5
6
7
8
9
## Not run:   
data(leroy)
data(fishers)
  angle(leroy) #angles from a Move object 
  angle(fishers) #angles from a MoveStack object
  angleSummary(leroy) # summary of angle measures of a Move object
  angleSummary(fishers) # summary of angle measures of a MoveStack object

## End(Not run)# failed on cran build

move documentation built on Jan. 16, 2017, 2:22 a.m.