PlotPedigree {FEST} | R Documentation |
Given a family relation or a pedigree file, the function plots the pedigree.
PlotPedigree(reltype, plotfile, devtype = NULL)
reltype |
Character string specifying the family relation. Either
'reltype' or 'pedfile' must be specified. 'reltype' must be one of the
family relations listed in SetModels . |
plotfile |
The plot is written to this file if 'devtype' is different from NULL. |
devtype |
Device type. Possible values: 'pdf', 'postscript', NULL. If NULL, the plot is not written to file 'plotfile'. |
Øivind Skare oivind.skare@medisin.uio.no
PlotPedigree("S-1-4") PlotPedigree("HS-3-4") PlotPedigree("PC-3")