Learn R Programming

sharpshootR (version 2.3)

FFDplot: Plot output from FFD()

Description

Plot output from FFD()

Usage

FFDplot(s, sub.title = NULL)

Value

nothing, function is called to generate graphical output

Arguments

s

output from FFD, with returnDailyPr = TRUE

sub.title

figure subtitle

Examples

Run this code

# 11 years of data from highland meadows
data('HHM', package = 'sharpshootR')
x.ffd <- FFD(HHM, returnDailyPr = TRUE, frostTemp=32)

FFDplot(x.ffd)

Run the code above in your browser using DataLab