finCenter {timeSeries} | R Documentation |
Print or assign new financial center to a timeSeries
object.
## S4 method for signature 'timeSeries': finCenter(x) ## S4 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
## A timeSeries Object - data <- matrix(rnorm(24), ncol = 2) charvec <- as.character(timeCalendar()) ts <- timeSeries(data, charvec, FinCenter = "NewYork") ts ## Print Financial Center - finCenter(ts) ## Assign New Financial Center - finCenter(ts) <- "Zurich" ts