idx1: idx1 function

View source: R/ParetoFront.R

idx1R Documentation

idx1 function

Description

function to return the number of points lower than the query point in the first column of a matrix

Usage

idx1(pt, nonDom, var1name)

Arguments

pt

Real query point

nonDom

Real matrix

var1name

Character: name of the column of column 1

Details

Utility for Pareto front

Value

Integer number of values in nonDom <= to pt


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