mayoverse / kinship2

Pedigree creation, plotting, and analytics
GNU General Public License v2.0
15 stars 7 forks source link

Plotting of pedigree names using plot.pedigree #2

Closed Joemoe134 closed 4 years ago

Joemoe134 commented 4 years ago

Hello, i am trying to include a pedigree name at the top of the pedigree plots. Is there no option to do so using plot.pedigree? I couldnt find anything in the documentation.

Cheers, Jochen

sinnweja commented 4 years ago

I usually use the title function, like this: R> library(kinship2) R> example(pedigree) R> plot(bped8, cex=.5) R> title("pedigree number 8 from minnbreast")

Joemoe134 commented 4 years ago

This of course works, thanks a lot for the prompt answer. I was stuck with trying to add this inside plot.pedigree(). Thank you!