finCenter | R Documentation |
Get or assign a financial center to a "timeSeries"
object.
## S4 method for signature 'timeSeries'
finCenter(x)
## S4 replacement method for signature 'timeSeries'
finCenter(x) <- value
getFinCenter(x)
setFinCenter(x) <- value
x |
a |
value |
a character with the the location of the financial center named
as |
listFinCenter
and finCenter
in package "timeDate"
## An artificial 'timeSeries' Object -
tS <- dummyMonthlySeries()
tS
## Print Financial Center -
finCenter(tS)
getFinCenter(tS)
## Assign New Financial Center -
finCenter(tS) <- "Zurich"
tS
setFinCenter(tS) <- "New_York"
tS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.