Bixa_orellana

plot of chunk range_map

Seasonal patterns

A standard Water and Leith climate diagram for the mean values of precipitation and temperature extracted from the species presence points.

plot of chunk unnamed-chunk-2

The Walter and Leith diagram assumes that the growing season occurs when rainfall is over 100mm. A more refined method is to extract the values from a bucket model that keeps track of input to the soil profile through precipitation and reductions in soil moisture through evaptranspiration over the course of the year. This can be compared to changes in NDVI at the collection points.

plot of chunk seasonal plot of chunk seasonal

Comparison

In some cases NDVI will remain fairly constant, even when the balance model shows that soil water constant is lowered for part of the year. Providing SWC is above 50% of maximum levels the vegetation would not experience a great deal of hydric stress.

plot of chunk compare

Summary of the variable values at the collection points.

Min. 1st Qu. Median Mean 3rd Qu. Max.
x -105.00 -95.10 -91.00 -91.80 -88.00 -77.40
y 7.32 14.90 17.90 16.80 19.60 22.40
X -105.00 -95.10 -91.00 -91.80 -88.00 -77.40
Y 7.34 14.90 17.90 16.80 19.60 22.40
elev 0.00 26.00 90.00 265.00 348.00 2440.00
anprec 406.00 1170.00 1690.00 1880.00 2310.00 5000.00
mtemp 14.20 24.80 25.60 25.10 26.10 29.00
Trange 7.90 14.90 17.20 16.70 18.60 26.80
saet 406.00 1050.00 1180.00 1200.00 1350.00 1770.00
msoil 229.00 275.00 320.00 324.00 363.00 500.00

Niche space with relation to annual precipitation and mean annual temperature.

The following diagrams show kernel densities one two synthestic climate axes (total annual rainfall and mean annual temperature). If their are signs of multimodality this may indicate that the species has not fully explored its climate niche, or that there are disjunct populations with differing characteristics. The method will not show clear results for species with few collection points.

plot of chunk kernel

## Warning: weights overwritten by binning

Spatial clustering

The same analysis can be run to look at spatial clustering. The kernel densities are smoothed, so will only suggest multimodality if the points are very highly clustered.

plot of chunk spatial_kernel

Finding spatial clusters

The significance of any spatial clusters can be checked using the silhouette width method. The width is calculated for values of k between 2 and 5. If any are higher than 0.52 the analysis will produce a diagram showing the clusters.

plot of chunk spatial_clusters plot of chunk spatial_clusters

## [1] "The collections form  4 spatial clusters"

The collections form 4 spatial clusters

Anosim

If there is evidence that the points fall into at least 2 groups, but fewer than 6 we can look at whether there is significant differences in variability between and within groups in the climatic conditions at the sites using Anosim. This is a sensitive test, as would be MANOVA, so there will often be significant differences. They should only be intepreted as important if R is much larger than 0.3.

## 
## Call:
## anosim(dat = dis, grouping = fit$cluster, permutations = 100) 
## Dissimilarity: euclidean 
## 
## ANOSIM statistic R: 0.596 
##       Significance: 0.0099 
## 
## Based on  100  permutations
## 
## Upper quantiles of permutations (null model):
##     90%     95%   97.5%     99% 
## 0.00919 0.01287 0.01588 0.01626 
## 
## Dissimilarity ranks between and within classes:
##             0%    25%    50%    75%   100%      N
## Between 6881.5 144213 228995 308122 383250 276873
## 1        237.5  11892  29847  91320 321721  32896
## 2        237.5  46754 108621 198308 380406  47586
## 3        237.5  69096 123966 223719 377446  19900
## 4        237.5  25574  43646  83224 375940   5995

plot of chunk anosim

## Analysis of Variance Table
## 
## Response: vars$mtemp
##                         Df Sum Sq Mean Sq F value  Pr(>F)    
## as.factor(fit$cluster)   3    165    55.0    15.7 5.6e-10 ***
## Residuals              872   3046     3.5                    
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

The collections form 4 spatial clusters

Gam model using simple environmental variables

For comparison we can fit a model using mean temperature, temperature range and annual precipitation.

plot of chunk unnamed-chunk-5

plot of chunk unnamed-chunk-6

plot of chunk unnamed-chunk-7

Bucket model GAM.

Now fit a gam using temperature range, mean temperature and the annual soil moisture dynamic as input.

plot of chunk unnamed-chunk-8

plot of chunk unnamed-chunk-9

Random Forest

plot of chunk unnamed-chunk-11

plot of chunk unnamed-chunk-12