Git Product home page Git Product logo

Comments (2)

bethatkinson avatar bethatkinson commented on September 2, 2024

from kinship2.

sinnweja avatar sinnweja commented on September 2, 2024

Beth's example should work for the brood year. Here is an example using "test1" that is created in example(kinship), where I add some text to the id, and birth year on a new line, but I think color might be better. Also, if you re-order the pedigree or look at how to do "hints", you can minimize the need to make extra copies of individuals. Also, for sex/gender, they need to be either 0/1 (1 for female) or 1/2, (2 for female). It gets a little tricky, especially if you have them as character.

R> ped1 <- with(test1, pedigree(id=id, dad, mom, sex))
R> test1$birthYR <- c(1950:1953, 1970:1977, 1995:1996)
R> ped1 <- with(test1, pedigree(id=id, dad, mom, sex))
R> plot(ped1, id=paste0(test1$id, ": <more text> \n ", test1$birthYR), cex=0.8)
ped_test1

from kinship2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.