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 | -106.00 | -102.00 | -103.00 | -100.00 | -99.10 |
y | 19.00 | 24.70 | 25.20 | 26.00 | 27.20 | 31.10 |
X | -111.00 | -106.00 | -102.00 | -103.00 | -100.00 | -99.10 |
Y | 19.00 | 24.70 | 25.20 | 26.00 | 27.20 | 31.00 |
elev | 187.00 | 1700.00 | 2090.00 | 2060.00 | 2460.00 | 3270.00 |
anprec | 213.00 | 458.00 | 542.00 | 624.00 | 739.00 | 1480.00 |
mtemp | 9.19 | 12.70 | 15.10 | 15.30 | 17.60 | 23.40 |
Trange | 19.80 | 22.90 | 24.70 | 25.60 | 27.80 | 35.10 |
saet | 213.00 | 457.00 | 540.00 | 590.00 | 735.00 | 967.00 |
msoil | 231.00 | 280.00 | 297.00 | 299.00 | 322.00 | 369.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 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.696
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.0151 0.0195 0.0261 0.0294
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 1273.5 59640 91736 119720 146611 102533
## 1 272.5 14762 39864 78044 146556 7381
## 2 272.5 11998 27208 54772 146548 28441
## 3 272.5 14680 26088 47335 116779 3003
## 4 272.5 8416 18144 41666 138544 5253
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 3 1072 357 58 <2e-16 ***
## Residuals 538 3318 6
## ---
## 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.