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 | -114.00 | -105.00 | -95.30 | -96.10 | -88.80 | -77.70 |
y | 7.83 | 16.20 | 19.50 | 18.90 | 20.90 | 29.00 |
X | -114.00 | -105.00 | -95.30 | -96.00 | -88.80 | -77.70 |
Y | 7.84 | 16.20 | 19.50 | 18.90 | 20.90 | 29.00 |
elev | 3.00 | 34.00 | 103.00 | 228.00 | 308.00 | 1830.00 |
anprec | 162.00 | 760.00 | 928.00 | 1010.00 | 1150.00 | 3440.00 |
mtemp | 15.90 | 24.80 | 25.70 | 25.30 | 26.40 | 27.70 |
Trange | 9.60 | 16.00 | 17.70 | 18.60 | 19.50 | 33.40 |
saet | 160.00 | 758.00 | 883.00 | 899.00 | 1080.00 | 1700.00 |
msoil | 213.00 | 232.00 | 252.00 | 267.00 | 306.00 | 500.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 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.784
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.0156 0.0195 0.0231 0.0239
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 2112 21816 34225 46260 57970 45702
## 1 192 7256 14754 25566 56616 1953
## 2 192 8154 20909 37763 56659 903
## 3 192 3444 6967 17580 53290 2926
## 4 192 880 3996 6080 23410 1830
## 5 192 2796 5090 10156 55638 4656
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 4 318 79.4 40.4 <2e-16 ***
## Residuals 336 661 2.0
## ---
## 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.