relationship_zone_perimeters {CKMRpop}R Documentation

Return the perimeters of all the relationship zones

Description

This is primarily for plotting a figure in the paper about this package, showing where all the relationship zones are. It merely cycles over the possible relationships in relationship_zone_names and produces one or two rows in a tibble for each that has the corners of the rectangle of that zone in the columns xmin, xmax, ymin, and ymax. It is designed to be overlaid upon the ancestry_match_matrix plots. There are some additional columns that give us the midpoint of the area, etc.

Usage

relationship_zone_perimeters()

Value

Returns a tibble with the following columns:

Examples

relationship_zone_perimeters()

[Package CKMRpop version 0.1.3 Index]