envpredutils.period_date_creator {DyMEP} | R Documentation |
A function to create a date vector
Description
A function to create a date vector
Usage
envpredutils.period_date_creator(start_date, period_length)
Arguments
start_date |
start of the phase |
period_length |
length of the period |
Value
sequence of dates
Examples
envpredutils.period_date_creator(as.Date("2024-01-15"),100)
[Package DyMEP version 0.1.2 Index]