GDH_5: Growing degree hours model for base temperature of 5 celsius...

GDH_5R Documentation

Growing degree hours model for base temperature of 5 celsius degree

Description

Modification of the actual model developed to quantify the heat between two periods. In this case the function computes the metric by using as base temperature 5 celsius degree instead of 4 celsius degree as the original model. This function is an extension of chillR::GDH

Usage

GDH_5(HourTemp, summ = TRUE)

Arguments

HourTemp

Vector of hourly temperatures

summ

Boolean parameter to add the cumulative sum as output

Examples


GDH_5(sample(c(1 : 30), 100, replace = TRUE), summ = TRUE)


EduardoFernandezC/dormancyR documentation built on Aug. 24, 2022, 7:21 a.m.