Usage
plot.linkdat(x, marker = NULL, alleles = NULL, sep = "", missing = "-",
id.labels = x$orig.ids, title.name = x$famid,
margins = c(4.1, 1, 4.1, 1), ...)
Arguments
marker
NULL, or a single integer.
alleles
a character vector with allele names.
sep
a character of length 1 separating alleles for diploid markers.
missing
the symbol (integer or character) for missing alleles.
id.labels
a vector with labels/names of the pedigree members.
title.name
the name of the family, for creating a plot title.
margins
a numeric of length 4 indicating the plot margins.
...
arguments to plot.pedigree
from the kinship
package. In particular symbolsize
is useful.