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 | -111.00 | -101.00 | -97.90 | -97.50 | -94.90 | -80.80 |
y | 7.78 | 16.90 | 19.40 | 18.70 | 20.40 | 30.40 |
X | -111.00 | -101.00 | -97.90 | -97.40 | -94.90 | -80.80 |
Y | 7.77 | 16.90 | 19.30 | 18.70 | 20.40 | 30.40 |
elev | 32.00 | 786.00 | 1310.00 | 1290.00 | 1800.00 | 3340.00 |
anprec | 351.00 | 827.00 | 1140.00 | 1280.00 | 1560.00 | 4380.00 |
mtemp | 10.10 | 18.10 | 20.10 | 20.20 | 22.50 | 27.60 |
Trange | 11.60 | 17.20 | 19.70 | 20.40 | 23.70 | 35.50 |
saet | 351.00 | 809.00 | 944.00 | 961.00 | 1130.00 | 1460.00 |
msoil | 228.00 | 263.00 | 287.00 | 305.00 | 347.00 | 462.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.
## Warning: weights overwritten by binning
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 5 spatial clusters"
The collections form 5 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.595
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.0104 0.0136 0.0161 0.0171
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 666 87717 140710 189627 233586 166846
## 1 225 24074 67818 129086 229696 4278
## 2 225 15770 37962 75517 232102 36856
## 3 225 6894 23582 52186 161532 300
## 4 225 22141 49666 87542 218159 3570
## 5 225 34672 85330 138044 233045 21736
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 4 711 177.9 21.4 <2e-16 ***
## Residuals 679 5644 8.3
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
The collections form 5 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.