check_twopts function

Twopts object sanity check

Twopts object sanity check

Based on MAPpoly check_data_sanity function by Marcelo Mollinari

check_twopts(x)

Arguments

  • x: an object of class onemap

Returns

if consistent, returns 0. If not consistent, returns a vector with a number of tests, where TRUE indicates a failed test.

Examples

data(onemap_example_bc) twopts <- rf_2pts(onemap_example_bc) check_twopts(twopts)

Author(s)

Cristiane Taniguti, chtaniguti@tamu.edu

  • Maintainer: Cristiane Taniguti
  • License: GPL-3
  • Last published: 2025-01-10