Learn R Programming

caRamel (version 1.0)

pareto: pareto

Description

indicates which rows of the X criterion matrix are Pareto

Usage

pareto(X)

Arguments

X

: matrix [NInd * NObj]

Value

Ft : column matrix [NInd * 1]

Examples

Run this code
# NOT RUN {
# Definition of the parameters
X <- matrix(rexp(200), 100, 2)
# Call the function
res <- dominate(X)

# }

Run the code above in your browser using DataLab