move (version 3.2.2)

citations: Extract the citation of a Move or MoveStack object

Description

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

Usage

# S4 method for .MoveGeneral
citations(obj)
  # S4 method for .MoveGeneral
citations(obj) <- value

Arguments

obj

a move, moveStack or moveBurst object

value

citation with class character

Value

character string of the citation

See Also

licenseTerms

Examples

Run this code
# NOT RUN {
  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
# }

Run the code above in your browser using DataLab