comment
From timeSeries v3022.101.2
by Tobias Setz
comment for timeSeries objects
Print or assign new comment to a timeSeries
object.
- Keywords
- chron
Usage
"comment"(x)
"comment"(x) <- value
Arguments
- x
-
a
timeSeries
object. - value
- a character string - the comment.
Examples
library(timeSeries)
## Get Description from timeSeries -
comment(LPP2005REC)
## Add User to comment -
comment(LPP2005REC) <- paste(comment(LPP2005REC), "by User Rmetrics")
comment(LPP2005REC)
Community examples
Looks like there are no examples yet.