comparePareto: Pareto-dominance relationships

View source: R/splitEAT.R

compareParetoR Documentation

Pareto-dominance relationships

Description

This function denotes if a node dominates another one or if there is no Pareto-dominance relationship.

Usage

comparePareto(t1, t2)

Arguments

t1

A first node.

t2

A second node.

Value

-1 if t1 dominates t2, 1 if t2 dominates t1 and 0 if there are no Pareto-dominance relationships.


eat documentation built on Jan. 10, 2023, 5:13 p.m.