PlotPedigree {FEST}R Documentation

Plot of a pedigree

Description

Given a family relation or a pedigree file, the function plots the pedigree.

Usage

PlotPedigree(reltype, plotfile, devtype = NULL)

Arguments

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'.

Author(s)

Øivind Skare oivind.skare@medisin.uio.no

Examples

PlotPedigree("S-1-4")
PlotPedigree("HS-3-4")
PlotPedigree("PC-3")

[Package FEST version 0.06 Index]