amm2tibble: convert an ancestry-matching matrix to a ggplot-able tibble

Description Usage Arguments Value Examples

View source: R/amm2tibble.R

Description

This merely converts a matrix to a tibble that can be plotted easily using ggplot.

Usage

1

Arguments

M

an ancestry-match matrix

Value

amm2tibble() returns a tibble with three columns:

Examples

1
2
# convert one of the simple example AMMs to a tibble
amm2tibble(example_amms$Father_Offspring_2gen)

CKMRpop documentation built on July 17, 2021, 5:07 p.m.