Plot malan_pedigree.

# S3 method for malan_pedigree
plot(
  x,
  ids = TRUE,
  haplotypes = FALSE,
  locus_sep = " ",
  mark_pids = NULL,
  label_color = "black",
  node_color = "lightgray",
  mark_color = "orange",
  ...
)

Arguments

x

Pedigree

ids

Show pids

haplotypes

Show haplotypes

locus_sep

Locus separator in haplotypes

mark_pids

Vector of pids to highlight

label_color

Label color

node_color

Node color

mark_color

Highlight color

...

Passed to igraph::plot.igraph