inst/examples/ex-PhenoExtract.R

par(mfrow = c(1, 5),
    oma = c(1, 2, 3, 1), mar = rep(0, 4), yaxt = "n", xaxt = "n")
pheno <- get_pheno.fFITs(fFITs, "AG", IsPlot = TRUE)
# multiple years
fits <- list(`2001` = fFITs, `2002` = fFITs)
pheno <- get_pheno(fits, "AG", IsPlot=TRUE)
eco-hydro/phenofit2 documentation built on Dec. 20, 2021, 3:15 a.m.