We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the example below individuals 3 and 4 are MZ twins, but the plot incorrectly shows 3 and 5 as MZ twins.
x = kinship2::pedigree( id = 1:7, dadid = c(0, 0, 1, 1, 1, 3, 4), momid = c(0, 0, 2, 2, 2, 5, 5), sex = c(1, 2, 1, 1, 2, 1, 1), relation = data.frame(id1 = 3, id2 = 4, code = 1)) # 3 and 4 MZ twins plot(x) #> Warning in autohint(ped): Unexpected result in autohint, please contact #> developer
Created on 2023-02-15 with reprex v2.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the example below individuals 3 and 4 are MZ twins, but the plot incorrectly shows 3 and 5 as MZ twins.
Created on 2023-02-15 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: