FFDplot {sharpshootR} | R Documentation |
Plot output from FFD()
Description
Plot output from FFD()
Usage
FFDplot(s, sub.title = NULL)
Arguments
s |
output from |
sub.title |
figure subtitle |
Value
nothing, function is called to generate graphical output
Examples
# 11 years of data from highland meadows
data('HHM', package = 'sharpshootR')
x.ffd <- FFD(HHM, returnDailyPr = TRUE, frostTemp=32)
FFDplot(x.ffd)
[Package sharpshootR version 2.3.1 Index]