Plot output from FFD()

FFDplot(s, sub.title = NULL)

Arguments

s

output from FFD, with returnDailyPr = TRUE

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)