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 | -90.80 | -89.80 | -89.20 | -88.90 | -88.20 | -86.80 |
y | 17.00 | 18.50 | 19.60 | 19.60 | 20.50 | 21.50 |
X | -90.80 | -89.80 | -89.20 | -88.90 | -88.20 | -86.80 |
Y | 17.00 | 18.50 | 19.60 | 19.60 | 20.50 | 21.50 |
elev | 0.00 | 13.50 | 43.00 | 90.70 | 156.00 | 300.00 |
anprec | 482.00 | 1120.00 | 1160.00 | 1140.00 | 1220.00 | 1530.00 |
mtemp | 24.60 | 25.30 | 25.60 | 25.60 | 25.90 | 26.40 |
Trange | 12.10 | 16.30 | 18.40 | 17.60 | 19.20 | 20.40 |
saet | 482.00 | 1080.00 | 1110.00 | 1100.00 | 1150.00 | 1260.00 |
msoil | 250.00 | 316.00 | 324.00 | 322.00 | 334.00 | 377.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.742
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.0222 0.0277 0.0355 0.0435
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 352.5 8144.5 12920 17206 21320 16109
## 1 107.5 1444.5 4552 10051 16462 946
## 2 107.5 1395.5 3634 7846 19786 2775
## 3 107.5 3293.5 8158 13200 20476 105
## 4 107.5 837.5 2566 4900 10526 351
## 5 107.5 1275.5 2398 3816 7438 1035
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 4 7.87 1.968 22.3 2.9e-15 ***
## Residuals 202 17.84 0.088
## ---
## 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.