assign.breaks: Assign Breaks

Description Usage Arguments

View source: R/rf1_main.R

Description

Identify break points according to day of year, and drop any that exceed the weekinquestion variable (if you want the entire year, select December 33) Does not correct for leap years, but these will be corrected for in later steps, such as in the convert.env.data function (correcting here made it difficult to correct appropriately in other parts of the code)

Usage

1
assign.breaks(weekinquestion, break.type)

Arguments

weekinquestion

The week to determine the last full break to include. Must be in YYYY-MM-DD format

break.type

The type of breaks to use. Options are seasonal or monthly


akeyel/rf1 documentation built on Dec. 28, 2020, 4:48 a.m.