H_Brillouin | R Documentation |
Index that measures the diversity of a collection accoding to
H_Brillouin(x)
x |
number of each species of parasites by host |
data frame with Brillouin index.
Krebs, C. J. (1999). Species diversity measures. Ecological methodology
df <- data.frame("Parasite_1" = c(11, 14, 13, 11, 12),
"Parasite_2" = c(103, 920, 678, 181, 410),
"Parasite_3" = c(363, 188, 331, 339, 534),
"Parasite_4" = c(50, 20, 13, 222, NA))
rownames(df) <- c("Host_A", "Host_B", "Host_C","Host_D", "Host_E")
H_Brillouin(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.