See [Principle of PFG](fate_tutorial_1_PFG.html) `FATE` tutorial


A plant functional group, or PFG, is "a set of representative species [that] is classified based on key biological characteristics, to determine groups of species sharing ecological strategies" (Boulangeat, 2012).



RFate is a R package available on github and designed to provide support function to the FATE software.

It contains documentation and functions to create and organize all input files required by the model, and building PFG is the first step to run a FATE simulation. The procedure presented below is based on RFate functions.



What are the key steps of this process ?


1. Selection of dominant species

2. Overlap of species climatic niches

3. Calculation of species pairwise distance

4. Clustering of species :



What do you need ?

1. Selection of dominant species

with the function PRE_FATE.selectDominant

2. Overlap of species climatic niches

with either Principal Component Analysis (PCA) or Species Distribution Models (SDM)


3. Calculation of species pairwise distance

by combining overlap and functional distances with the function PRE_FATE.speciesDistance

For further details about the data, please refer to Boulangeat, 2012.

4. Clustering of species

using the dissimilarity distances from previous step :



MayaGueguen/RFate documentation built on Oct. 17, 2020, 8:06 a.m.