Skip to content

Commit

Permalink
Adding Tleaf_Aci to the spectra data
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienLamour committed Nov 8, 2021
1 parent bfb9395 commit 6c31b4b
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 16 deletions.
1 change: 1 addition & 0 deletions Datasets/Albert_et_al_2018/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spectra=data.frame(SampleID=spectra$BR_UID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,11:2161]*100))) ## Reflectance in % (0 - 100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Albert_et_al_2018/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Barnes_et_al_2017/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spectra=data.frame(SampleID=spectra$uniqueID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,10:2160]*100)))## Reflectance in % (0-100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Barnes_et_al_2017/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Burnett_et_al_2021/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spectra=data.frame(SampleID=spectra$Sample_ID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,2:2152]*100))) ## Reflectance in % (0-100)
library(spectratrait)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)
Expand Down
4 changes: 2 additions & 2 deletions Datasets/Burnett_et_al_2021/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Lamour_et_al_2021/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spectra=data.frame(SampleID=spectra$SampleID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,19:2169])))## Reflectance in % (0-100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Lamour_et_al_2021/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Rogers_et_al_2017/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spectra=data.frame(SampleID=spectra$SampleID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,36:2186])))## Reflectance in % (0-100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Rogers_et_al_2017/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Rogers_et_al_2020/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spectra=data.frame(SampleID=spectra$SampleID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,32:2182])))## Reflectance in % (0-100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Rogers_et_al_2020/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Wu_et_al_2019/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spectra=data.frame(SampleID=spectra$BNL_UID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(spectra[,11:2161]*100))) ## Reflectance in % (0-100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Wu_et_al_2019/3_Spectra_traits.Rdata
Git LFS file not shown
1 change: 1 addition & 0 deletions Datasets/Yan_et_al_2021/3_Combine_spectra_traits.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spectra=data.frame(SampleID=spectra$SampleID,
Vcmax25_JB=spectra$JB_VcmaxRef,
Vqmax25_JB=spectra$JB_VqmaxRef,
Tp25_JB=spectra$JB_TpRef,
Tleaf_ACi=spectra$Tleaf,
Spectra=I(as.matrix(cbind(matrix(data = NA,nrow = nrow(spectra),ncol = 50),spectra[,10:2110])))) ## Reflectance in % (0-100)
f.plot.spec(Z = spectra$Spectra,wv = 350:2500)

Expand Down
4 changes: 2 additions & 2 deletions Datasets/Yan_et_al_2021/3_Spectra_traits.Rdata
Git LFS file not shown

0 comments on commit 6c31b4b

Please sign in to comment.