Learn R Programming

ecr (version 1.0.1)

approximateNadirPoint: Reference point approximations.

Description

Helper functions to compute nadir or ideal point from sets of points, e.g., multiple approximation sets.

Usage

approximateNadirPoint(..., sets = NULL)
approximateIdealPoint(..., sets = NULL)

Arguments

...
[any] Arbirary number of matrizes.
sets
[list] List of sets. This is an alternative way of passing the sets. Can be used exclusively or combined with ....

Value

[numeric] Reference point.