powered by
Get or assign new comment to a timeSeries object.
timeSeries
# S4 method for timeSeries comment(x) # S4 method for timeSeries comment(x) <- value
a timeSeries object.
a character vector, the comment.
Objects from class "timeSeries" have a slot for documentation. These functions get and change its contents.
"timeSeries"
## Get description from a 'timeSeries' - comment(LPP2005REC) ## Add User to comment - comment(LPP2005REC) <- paste(comment(LPP2005REC), "by User Rmetrics") comment(LPP2005REC)
Run the code above in your browser using DataLab