Skip to content

Commit e6b4faa

Browse files
authored
Update README.md
1 parent 3d16d97 commit e6b4faa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
*saltbush* processes drone and ausplot field survey data to calculate spectral + taxonomic diversity values
77
for assessment of the 'spectral variability hypothesis'.
88

9+
10+
# Installation
11+
```r
12+
install.packages("remotes")
13+
remotes::install_github("traitecoevo/saltbush")
14+
```r
15+
916
Spectral diversity metrics:
1017
+ co-efficient of variance (CV)
1118
+ spectral variance (SV)
@@ -18,8 +25,3 @@ Taxonomic diversity metrics:
1825
+ pielou's evenness
1926
+ exponential shannon's index
2027
+ inverse simpson's index
21-
22-
# Installation
23-
```r
24-
install.packages("remotes")
25-
remotes::install_github("traitecoevo/saltbush")

0 commit comments

Comments
 (0)