build_summary_tables {crosshap}R Documentation

Hap/MG summary tables

Description

build_summary_tables() builds summary tables for each haplotype and Marker Group with some of the information shown in the peripheral crosshap plots. It is an internal function called by crosshap_viz(), though can be called separately to build stand-along grob tables.

Usage

build_summary_tables(HapObject, epsilon)

Arguments

HapObject

Haplotype object created by run_haplotyping().

epsilon

Epsilon to visualize haplotyping results for.

Value

A list containing two TableGrob objects.


[Package crosshap version 1.4.0 Index]