A standard Water and Leith climate diagram for the mean values of precipitation and temperature extracted from the species presence points.
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.
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.
Min. | 1st Qu. | Median | Mean | 3rd Qu. | Max. | |
---|---|---|---|---|---|---|
x | -102.00 | -99.60 | -99.10 | -98.50 | -97.80 | -88.00 |
y | 13.80 | 20.80 | 21.50 | 22.00 | 24.10 | 27.20 |
X | -102.00 | -99.60 | -99.10 | -98.50 | -97.80 | -88.00 |
Y | 13.80 | 20.80 | 21.50 | 22.00 | 24.10 | 27.20 |
elev | 1.00 | 284.00 | 610.00 | 741.00 | 1130.00 | 2560.00 |
anprec | 357.00 | 773.00 | 903.00 | 1080.00 | 1190.00 | 4120.00 |
mtemp | 13.90 | 21.00 | 22.10 | 22.00 | 23.80 | 25.90 |
Trange | 13.70 | 19.20 | 23.80 | 23.10 | 25.70 | 31.70 |
saet | 356.00 | 774.00 | 903.00 | 916.00 | 1070.00 | 1490.00 |
msoil | 249.00 | 281.00 | 309.00 | 314.00 | 342.00 | 481.00 |
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.
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.
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.
## [1] "The collections form 4 spatial clusters"
The collections form 4 spatial clusters
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.488
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.00994 0.01480 0.02347 0.02639
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 459.0 10304 17314 23872 30134 22213
## 1 91.5 4210 11196 18416 29516 3081
## 2 91.5 2696 5751 13673 29536 703
## 3 91.5 2936 11492 20958 30013 1653
## 4 91.5 1540 2576 7522 21930 2485
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 3 268 89.5 23 4e-13 ***
## Residuals 242 943 3.9
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
The collections form 4 spatial clusters
For comparison we can fit a model using mean temperature, temperature range and annual precipitation.
Now fit a gam using temperature range, mean temperature and the annual soil moisture dynamic as input.