title<- {DEPONS2R} | R Documentation |
Get or set the title of Depons* objects
Description
Get or set the title of Depons* objects
Usage
## S4 replacement method for signature 'DeponsTrack'
title(x) <- value
## S4 replacement method for signature 'DeponsDyn'
title(x) <- value
## S4 replacement method for signature 'DeponsShips'
title(x) <- value
## S4 method for signature 'DeponsTrack'
title(x, value)
## S4 method for signature 'DeponsDyn'
title(x, value)
## S4 method for signature 'DeponsShips'
title(x, value)
Arguments
x |
Object of class |
value |
Character string |
[Package DEPONS2R version 1.2.3 Index]