You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+34-29Lines changed: 34 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ library(saltbush)
27
27
28
28
*saltbush* processes drone imagery and ausplot vegetation survey data to calculate spectral + taxonomic diversity values for assessment of the 'spectral variability hypothesis'.
29
29
30
-
# Installation
30
+
##Installation
31
31
32
32
```{r install, eval= FALSE}
33
33
install.packages("remotes")
@@ -36,63 +36,68 @@ library(saltbush)
36
36
37
37
## Usage
38
38
39
-
## Spectral metrics
40
-
41
-
### Spectral diversity metrics:
42
-
43
-
+ co-efficient of variance (CV)
44
-
+ spectral variance (SV)
45
-
+ convex hull volume (CHV)
46
-
47
-
1. List raster files and area of interest files
39
+
1.**Direct the package to the input files** in this case we use a drone image from Fowlers Gap, NSW, Australia
For a full discussion of this metrics see the manuscript
79
76
80
-
+ species richness
81
-
+ shannon's diversity index
82
-
+ simpson's diversity index
83
-
+ pielou's evenness
84
-
+ exponential shannon's index
85
-
+ inverse simpson's index
86
-
87
-
1. Download example plot data from AusPlots. The `veg.PI` part extracts the point intercept data from the AusPlots data structure.
77
+
4.**Download plot data** from AusPlots. The `veg.PI` part extracts the point intercept data from the AusPlots data structure. In this case we use the same AusplotID as in the drone images above.
2. Calculate diversity from the point intercepts using different diversity metrics. The output is a list which includes taxonomic metrics, and also community matrices for checks.
84
+
This gets us data for two on-the-ground sampling visits to one particular AusPlot where we happen to have drone imagery.
85
+
86
+
5.**Calculate on-the-ground diversity** from the point intercepts using different diversity metrics. The output is a list which includes taxonomic metrics, and also community matrices for checks. Not that this takes the `PI` part of the AusPlot object which stands for point-intercept. For a general function to calculate on-the-ground diversity, see (vegan::diversity)[https://rdrr.io/cran/vegan/man/diversity.html].
0 commit comments