GDH_10: Growing degree hours model for base temperature of 10 celsius...

GDH_10R Documentation

Growing degree hours model for base temperature of 10 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 10 celsius degree instead of 4 celsius degree as in the original model. This function is an extension of chillR::GDH

Usage

GDH_10(HourTemp, summ = TRUE)

Arguments

HourTemp

Vector of hourly temperatures

summ

Boolean parameter to add the cumulative sum as output

Examples

 

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


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