Description Usage Arguments Details Value Examples
This function produces a vector of dates that increment by month.
1 | monthly_date(st_month, st_year, ed_month, ed_year, date_number = 1)
|
st_month |
A number indicating the month of the starting date. |
st_year |
A number indicating the year of the starting date. |
ed_month |
A number indicating the month of the ending date. |
ed_year |
A number indicating the year of the ending date. |
day_numer |
A number indicating the dummy date number that should be set for each date. |
The output of this function is most useful for passing as an argument to
bfastSpatial()
, which requires a date vector.
A vector of class Date spanning the start and end dates by month.
1 2 3 4 | ## Not run:
monthly_date(2, 2000, 5, 2018)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.