FFDplot | R Documentation |
Plot output from FFD()
FFDplot(s, sub.title = NULL)
s |
output from |
sub.title |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.