knitr::opts_chunk$set( collapse = TRUE, comment = "#", fig.width = 10, fig.height = 5, fig.align = "center", fig.path = "man/Figure/", dev = 'svg' )
Extract vegetation phenology by phenofit
(v0.2.7) at 95 flux sites.
There are two data files:
pheno_flux95_prim ((GPP_DT) v0.2.6.9000).rda
: vegetation carbon phenology from GPP_DTpheno_flux95_prim ((GPP_NT) v0.2.6.9000).rda
: vegetation carbon phenology from GPP_NTFor each file, two variables are in there:
df_gpp_prim
: vegetation carbon phenological metrics extracted from flux sites GPP observations df_VI_prim
: vegetation greenness phenological metrics extracted from MODIS remote sensing vegetation indexes 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:
sate
: MODIS satellites, one of "combined" "Aqua", and "Terra"type_VI
: vegetation indexes, one of "EVI", "NDVI", "EVI_pc" and "NDVI_pc"group
: 3*3 grids id, 5
is the central gridmeth
: curve fitting methods, one of flag
: growing season idorigin
: first date of this yearothers
: vegetation phenological metrics extracted by phenofitAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.