Learn R Programming

sharpshootR (version 1.6)

FFD: Frost-Free Day Evaluation

Description

Evaluation frost-free days and related metrics from daily climate records.

Usage

FFD(d, returnDailyPr = TRUE, minDays = 165, ...)
FFDplot(s, sub.title = NULL)

Arguments

d

data.frame with columns 'datetime' 'year', and 'value'

returnDailyPr

optionally return list with daily summaries

minDays

min number of days / spring|fall required for a reasonable estimate of FFD

further arguments passed to frostFreePeriod

s

object returned by FFD

sub.title

override default subtitle

Value

a list with the following elements:

summary

FFD summary statistics as a data.frame

fm

frost matrix

Pr.frost

Pr(frost|day): daily probability of frost

Details

FFD tutorial