Description Usage Arguments Value Author(s)
View source: R/parent_finder.R
This is a general exclusion finder for a single parent. For dual
parent exclusion, you can use the paternity()
function.
1 | parent_finder(df, ID = "ID", OffID = "OffID")
|
df |
A |
ID |
The adult "ID" column designator (default="ID"). All adults have a unique ID designation. This will be how each adult is identified. |
OffID |
This is a non-zero number for each offspring. The combination of ID and OffID should be able to be used to identify each offspring uniquely. All adults have OffID=0, by definition. |
A data.frame
with the following columns. ID = the offspring id,
OffID = the offspring OffID (these two will identify the offspring uniquely),
ParentID = the putative parent identified, T = the multilocus transition
probability associated with the offspring and parent.
Rodney J. Dyer <rjdyer@vcu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.