plot.malan_pedigree: Plot pedigree

Description Usage Arguments

View source: R/print.R

Description

Plot malan_pedigree.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S3 method for class '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


malan documentation built on July 2, 2020, 3:01 a.m.