View source: R/date_sequence.R
date.sequence | R Documentation |
SST data extracted to spatial points
date.sequence(year, month, day, day.buffer)
year |
A character string. |
month |
An integer. |
day |
An integer. |
buffer |
An integer. The number of days on each side of the date you want returned as a list of dates. |
A sequence of dates
date_seq <- date.sequence(year="2015", month="01", day="10", day.buffer=30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.