Get and Set Financial Center of a 'timeSeries'
Print or assign new financial center to a 'timeSeries' object.
getFinCenter(x) setFinCenter(x) <- value ## S4 method for signature 'timeSeries' finCenter(x) ## S4 replacement method for signature 'timeSeries' finCenter(x) <- value
x |
a 'timeSeries' object. |
value |
a character with the the location of the financial center named as "continent/city". |
listFinCenter
## An artificial timeSeries Object - tS <- dummySeries() tS ## Print Financial Center - finCenter(tS) getFinCenter(tS) ## Assign New Financial Center - finCenter(tS) <- "Zurich" tS setFinCenter(tS) <- "New_York" tS
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.