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 | -105.00 | -100.00 | -96.90 | -96.40 | -92.70 | -77.70 |
y | 7.73 | 16.70 | 17.70 | 18.20 | 20.60 | 23.10 |
X | -105.00 | -100.00 | -96.90 | -96.40 | -92.70 | -77.70 |
Y | 7.74 | 16.70 | 17.70 | 18.20 | 20.60 | 23.10 |
elev | 71.00 | 1040.00 | 1470.00 | 1430.00 | 1910.00 | 2840.00 |
anprec | 358.00 | 1050.00 | 1400.00 | 1510.00 | 1780.00 | 3840.00 |
mtemp | 12.00 | 16.30 | 19.10 | 19.10 | 21.60 | 28.10 |
Trange | 10.30 | 16.70 | 18.40 | 18.80 | 20.80 | 28.90 |
saet | 357.00 | 892.00 | 1000.00 | 1020.00 | 1130.00 | 1480.00 |
msoil | 235.00 | 272.00 | 324.00 | 330.00 | 381.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 3 spatial clusters"
The collections form 3 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.498
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.0311 0.0388 0.0458 0.0633
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 195.0 7006 11082 14969 18145 11168
## 1 36.5 2232 5616 10760 17914 4950
## 2 36.5 1940 4680 8920 17147 1081
## 3 36.5 1144 3786 8643 17156 946
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 2 123 61.3 5.48 0.0049 **
## Residuals 188 2103 11.2
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
The collections form 3 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.