plot_input | R Documentation |
Plot INPUT returned by check_input
plot_input(INPUT, wmin = 0.2, show.y0 = TRUE, ylab = "VI", ...)
INPUT |
A list object with the elements of |
wmin |
double, minimum weigth (i.e. weight of snow, ice and cloud). |
show.y0 |
boolean. Whether to show original time-series |
ylab |
y axis title |
... |
other parameter will be ignored. |
library(phenofit)
data("CA_NS6"); d = CA_NS6
# global parameter
IsPlot = TRUE
nptperyear = 23
ypeak_min = 0.05
INPUT <- check_input(d$t, d$y, d$w, d$QC_flag, nptperyear,
maxgap = nptperyear/4, alpha = 0.02, wmin = 0.2)
plot_input(INPUT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.