pairing_status | R Documentation |
Divorced pairs
pairing_status(d)
d |
data.frame containing maleID, femaleID and season |
a data.table similar to d but with two additional columns: male_status and female_status
data(divorcees)
d = divorcees
x = pairing_status(divorcees)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.