findNonDom: findNonDom function

View source: R/ParetoFront.R

findNonDomR Documentation

findNonDom function

Description

Find the non-dominated points in a matrix

Usage

findNonDom(mat, dir1Low = T, dir2Low = T, var1name = NULL, var2name = NULL)

Arguments

mat

Real matrix with named columns

dir1Low

Logical: desired direction in down for column 1

dir2Low

Logical: desired direction in down for column 2

var1name

Character: name of the column of column 1

var2name

Character: name of the column of column 2

Details

Utility for Pareto front

Value

nonDom Real matrix, with rows that are non-dominated with respect to var1 and var2 and sorted for var1


jeanlucj/BreedSimCost documentation built on July 21, 2023, 1:59 a.m.