Last chance! 50% off unlimited learning
Sale ends in
set.seed(1234)
## Create an artificial 'timeSeries' Object -
tS <- dummyMonthlySeries()
tS
## Get Optional Attributes -
getAttributes(tS)
tS@documentation
## Set a new Optional Attribute -
setAttributes(tS) <- list(what="A dummy Series")
tS
getAttributes(tS)
tS@documentation
Run the code above in your browser using DataLab