create_seasons: Create season attribute of the model

View source: R/create_seasons.R

create_seasonsR Documentation

Create season attribute of the model

Description

A function returns a list with season attributes

Usage

create_seasons(season_names, number_of_seasons, months_per_season)

Arguments

season_names
  • a vector of season names

number_of_seasons
  • the number of seasons

months_per_season
  • a vector, where each object is the number of months in each season

Value

season_list a list object containing the seasons, where each season is a nested list with attributes id, name, and months for each season


cstawitz/RMAS documentation built on Oct. 6, 2022, 3:31 a.m.