dummyTimeSeries | R Documentation |
Create dummy daily and monthly time series for examples and exploration.
dummyDailySeries(x = rnorm(365), units = NULL, zone = "",
FinCenter = "")
dummyMonthlySeries(...)
x |
an object of class |
units |
an optional character string, which allows to overwrite the current
column names of a |
FinCenter |
a character with the the location of the financial center named as
|
zone |
the time zone or financial center where the data were recorded. |
... |
optional arguments passed to |
dummyDailySeries
creates a timeSeries
object with
dummy daily dates from a numeric matrix with daily records of
unknown dates.
dummyMonthlySeries
creates a dummy monthly "timeSeries"
object.
a "timeSeries"
object
dd <- dummyDailySeries()
head(dd)
tail(dd)
dummyMonthlySeries(y = 2022)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.