knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#",
  fig.width = 10, fig.height = 5,
  fig.align = "center",
  fig.path  = "man/Figure/",
  dev = 'svg'
)

PhenoAsync

Travis build status AppVeyor build status codecov

Extract vegetation phenology by phenofit (v0.2.7) at 95 flux sites.

Vegetation Phenology Data at 95 flux sites

There are two data files:

For each file, two variables are in there:

load("INPUT/pheno_flux95_prim ((GPP_NT) v0.2.6.9000).rda")
# load("INPUT/pheno_flux95_prim ((GPP_DT) v0.2.6.9000).rda")
print(df_gpp_prim)
print(df_VI_prim)

column variables:



kongdd/PhenoAsync documentation built on April 21, 2024, 2:36 a.m.