findLociMapSuperset: Find LociMap superset

View source: R/Class-SimParam.R

findLociMapSupersetR Documentation

Find LociMap superset

Description

Compares to a LociMap-class objects to determine if the first one is a superset of the second. If it is, the function returns NULL. If it is not, the function return a LociMap-class object that is a superset of both a LociMap-class objects.

Usage

findLociMapSuperset(lociMap1, lociMap2)

Arguments

lociMap1

a LociMap-class that is tested to determine if it is a superset

lociMap2

a second LociMap-class that is tested

Value

NULL if locMap1 is a superset, or a LociMap-class if it is not


AlphaSimR documentation built on Nov. 8, 2025, 5:10 p.m.