seq_months {stochLAB}R Documentation

Generate sequence of months

Description

Generate sequence of months

Usage

seq_months(start_month, end_month)

Arguments

start_month

character string, the three-letter name of the starting month.

end_month

character string, the three-letter name of the finishing month.

Value

character vector. The list of months that falls in between two months

Examples

   seq_months("Jan", "Apr")

[Package stochLAB version 1.1.2 Index]