decadeMaker | R Documentation |
This function creates a decadal 10-days dates vector that allows date tagging for decadal (10-days) time series. This type of timeseries is usually used for hydro-meteorological data in the former Soviet Republics. The intra-months decades can be configured as dates at the beginning, middle or end of the decade.
decadeMaker(s, e, type)
s |
starting date in YYYY-mm-dd format |
e |
end date in YYYY-mm-dd format |
type |
'start' creates starting decade dates, 'end' creates ending decade dates, 'mid' or 'middle creates dates in the middle of a decade. |
A sequence of decadal dates
Other Helper functions:
%>%()
,
aggregate_to_monthly()
,
cutRaster2Basin()
,
generateSeqDates()
,
hyear()
,
monDateSeq()
,
posixct2rsminerveChar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.