Description Usage Arguments Value
This function takes an alternative and a pareto set and checks to see if the
point is in the pareto set. The more general function
isInParetoSetFromPointAndIdeals()
will take an alternative and a set
of ideals as its arguments.
1 | isInParetoSetFromPointAndPS(aSexpPoint, aSexpMatrix)
|
aSexpPoint |
An R vector (SEXP) that contains the corrdinates of the alternative that you want to check. |
aSexpMatrix |
An R matrix (SEXP) that contains all the points that
define a pareto set. The set of points should progress clockwise or
counter clockwise as you go down the rows of the matrix and the first and
last rows should of the matrix should be the same. The function
|
Logical that is TRUE if the alt is in the pareto set and FALSE of the alt is not in the pareto set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.