r2jd_calendarts | R Documentation |
Create Java CalendarTimeSeries
r2jd_calendarts(calendarobs)
calendarobs |
list. |
obs <- list(
list(start = as.Date("1980-01-01"), end = as.Date("1999-12-31"), value = 2000),
list(start = as.Date("2000-01-01"), end = as.Date("2010-01-01"), value = 1000)
)
jobj <- r2jd_calendarts(obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.