licenseTerms | R Documentation |
The licenseTerms method returns or sets the license terms of a track from a Move or MoveStack object.
## S4 method for signature '.MoveGeneral'
licenseTerms(obj)
## S4 replacement method for signature '.MoveGeneral'
licenseTerms(obj) <- value
obj |
a |
value |
license terms with class character |
character string of the license terms
Anne Scharf
citations
data(leroy)
licenseTerms(leroy) #get the license from a Move object
## change the license and set it for a Move object
licenseTerms(leroy) <- "use of data only permitted after obtaining licence from the PI"
data(fishers)
licenseTerms(fishers) #get the license from a MoveStack object
## change the license and set it for a MoveStack object
licenseTerms(fishers) <- "use of data only permitted after obtaining licence from the PI"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.