envpredutils.period_date_creator: A function to create a date vector

View source: R/DyMEP_apply_unknown_environment_prediction_utils.R

envpredutils.period_date_creatorR 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)

DyMEP documentation built on May 29, 2024, 4:29 a.m.