Learn R Programming

onemap (version 3.0.0)

check_twopts: Twopts object sanity check

Description

Based on MAPpoly check_data_sanity function by Marcelo Mollinari

Usage

check_twopts(x)

Value

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

Arguments

x

an object of class onemap

Author

Cristiane Taniguti, chtaniguti@tamu.edu

Examples

Run this code

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

Run the code above in your browser using DataLab