time_2_calendar_dates | R Documentation |
Modify a stars object to change the time dimension to calendar years between specified starting and ending years.
time_2_calendar_dates(data, y_start, y_end, by = "1 month")
data |
A stars object with the data to be modified. |
y_start |
A number with the starting year of the data (in calibrated Before Present format). |
y_end |
A number with the ending year of the data (in calibrated Before Present format). |
by |
A number or string specifying the interval of the dates to be used in the new stars object. |
A stars object as in data argument but with changed time dimension.
# TBW
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.