makeGS_LU | R Documentation |
Make long format Growth Stage Lookup matrix
makeGS_LU(myEFG_TSF_4GS = EFG_TSF_4GS)
myEFG_TSF_4GS |
data.fame of growth stages for each EFG with start and end years |
expands a growth stage lookup table (provided in settings file) from four growth stages (1:4) per EFG with their years since fire spans as min(YSF) and max(YSF) to an array with YSF as row, EFG_NO as column and growth stage (1:4) as value. NOTE: YSF has 1 added to both the Lookup and the input to deal with YSF==0 which cannot be used in the array indexing
matrix rows YSF, columns EFG_NO, values GS number (1:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.