We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d16d97 commit e6b4faaCopy full SHA for e6b4faa
README.md
@@ -6,6 +6,13 @@
6
*saltbush* processes drone and ausplot field survey data to calculate spectral + taxonomic diversity values
7
for assessment of the 'spectral variability hypothesis'.
8
9
+
10
+# Installation
11
+```r
12
+ install.packages("remotes")
13
+ remotes::install_github("traitecoevo/saltbush")
14
15
16
Spectral diversity metrics:
17
+ co-efficient of variance (CV)
18
+ spectral variance (SV)
@@ -18,8 +25,3 @@ Taxonomic diversity metrics:
25
+ pielou's evenness
19
26
+ exponential shannon's index
20
27
+ inverse simpson's index
21
-
22
-# Installation
23
-```r
24
- install.packages("remotes")
- remotes::install_github("traitecoevo/saltbush")
0 commit comments