R/FFD.R
FFDplot.Rd
Plot output from FFD()
FFDplot(s, sub.title = NULL)
output from FFD, with returnDailyPr = TRUE
FFD
returnDailyPr = TRUE
figure subtitle
nothing, function is called to generate graphical output
# 11 years of data from highland meadows data('HHM', package = 'sharpshootR') x.ffd <- FFD(HHM, returnDailyPr = TRUE, frostTemp=32) FFDplot(x.ffd)