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 | -115.00 | -102.00 | -101.00 | -101.00 | -99.90 | -97.10 |
y | 17.40 | 23.50 | 24.60 | 24.30 | 25.40 | 32.60 |
X | -115.00 | -102.00 | -101.00 | -101.00 | -99.90 | -97.10 |
Y | 17.40 | 23.40 | 24.60 | 24.30 | 25.40 | 32.60 |
elev | 3.00 | 1810.00 | 2100.00 | 2050.00 | 2390.00 | 3730.00 |
anprec | 75.00 | 434.00 | 508.00 | 543.00 | 629.00 | 1850.00 |
mtemp | 6.89 | 14.40 | 16.00 | 16.00 | 17.70 | 24.30 |
Trange | 15.00 | 22.80 | 24.10 | 24.90 | 26.40 | 37.60 |
saet | 74.10 | 432.00 | 506.00 | 532.00 | 627.00 | 1200.00 |
msoil | 207.00 | 264.00 | 281.00 | 286.00 | 305.00 | 418.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.557
## Significance: 0.0099
##
## Based on 100 permutations
##
## Upper quantiles of permutations (null model):
## 90% 95% 97.5% 99%
## 0.0183 0.0217 0.0281 0.0311
##
## Dissimilarity ranks between and within classes:
## 0% 25% 50% 75% 100% N
## Between 1367 171588 268034 352947 431985 278969
## 1 498 42668 121708 235175 431092 1326
## 2 498 76534 174260 278236 430057 11628
## 3 498 7942 51570 156728 398278 528
## 4 498 54182 135725 238304 431501 20706
## 5 498 40518 98398 201534 430050 118828
## Analysis of Variance Table
##
## Response: vars$mtemp
## Df Sum Sq Mean Sq F value Pr(>F)
## as.factor(fit$cluster) 4 286 71.6 11.5 4.1e-09 ***
## Residuals 925 5758 6.2
## ---
## 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.