endosymbiont_3pop {Mondrian} | R Documentation |
Multiple infection profiles in three populations
Description
Presence/absence data of 5 endosymbionts in each of 30 individuals belonging to three distinct populations.
Usage
data("endosymbiont_3pop")
Format
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
.
Examples
data(endosymbiont_3pop)
table(endosymbiont_3pop$pop)
## AlxT MalD MslCh
## 10 10 10
[Package Mondrian version 1.1-1 Index]