| endosymbiont_3pop | R Documentation |
Presence/absence data of 5 endosymbionts in each of 30 individuals belonging to three distinct populations.
data("endosymbiont_3pop")
A data frame with 30 observations (each individual, in rows) on the following 6 variables (including 5 endosymbionts, in columns):
pop is a factor (with 3 levels: AlxT, MalD and MslCh) indicating which of the three populations each individuals belongs and
A, C, H, R and W are numeric vectors indicating if the endosymbiont is detected.
The presence of a symbiont in an individual is indicated by 1 and its absence by 0.
data(endosymbiont_3pop)
table(endosymbiont_3pop$pop)
## AlxT MalD MslCh
## 10 10 10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.