citations: Extract the citation of a Move or MoveStack object

Description Usage Arguments Author(s) Examples

Description

The citations method returns or sets the citation of a track from a Move or MovesStack object.

Usage

1
2
3
4
  ## S4 method for signature '.MoveGeneral'
citations(obj)
  ## S4 replacement method for signature '.MoveGeneral'
citations(obj) <- value

Arguments

obj

Move or MoveStack object

value

citation from class character

Author(s)

Marco Smolla

Examples

1
2
3
4
5
6
  data(leroy)
  citations(leroy) #get the citation from a Move object
  citations(leroy) <- "No paper available" #change the citation and set it for a Move object
  data(fishers)
  citations(fishers) #get the citation from a MoveStack object
  citations(fishers) <- "Nothing to cite" #change the citation and set it for a MoveStack object

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