unUsedRecords: Creates unused records data

Description Usage Arguments Author(s) Examples

Description

A function that assigns locations as unused or returns the unUsedRecords part of the object it could for example be used to remove locations test locations from a track.

Usage

1
2
3
4
5
6
7
8
  ## S4 replacement method for signature '.MoveTrackSingle,logical'
unUsedRecords(obj) <- value
  ## S4 replacement method for signature '.MoveTrackStack,logical'
unUsedRecords(obj) <- value
  ## S4 method for signature '.unUsedRecords'
unUsedRecords(obj,...)
  ## S4 method for signature '.unUsedRecordsStack'
unUsedRecords(obj,...)

Arguments

obj

a Move or MoveStack object

value

A logical vector of the same length as the number of locations

...

Not used at the moment

Author(s)

Marco Smolla

Examples

1
2
3
4
5

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