We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd81b commit 193eecfCopy full SHA for 193eecf
1 file changed
episodes/alpha-div.md
@@ -0,0 +1,28 @@
1
+---
2
+title: "Calculate alpha diversity"
3
+teaching: 0 # teaching time in minutes
4
+exercises: 0 # exercise time in minutes
5
6
+
7
+:::::::::::::::::::::::::::::::::::::: questions
8
9
+- How to calculate alpha diversity?
10
11
+::::::::::::::::::::::::::::::::::::::::::::::::
12
13
+::::::::::::::::::::::::::::::::::::: objectives
14
15
+- Estimate alpha diversity indices (Shannon, Faith's, evenness and richness)
16
17
18
19
+## Introduction
20
21
+This is a lesson created via The Carpentries Workbench.
22
+::::::::::::::::::::::::::::::::::::: keypoints
23
24
+- Use `addAlpha` function to calculate the alpha diversity
25
26
27
28
+[r-markdown]: https://rmarkdown.rstudio.com/
0 commit comments