powered by
Return those points which are not dominated by another point in y This is the Pareto front approximation of the design set.
y
ps(y, minimization = TRUE, light.return = FALSE)
design space data
logical representing if the set is to be minimized or not
logical indicating if the indexes should be written on the 'ps' object
S3 class object that contains information of the Pareto set
# NOT RUN { aps <- ps(matrix(rnorm(1:1000),ncol=2)) print(aps) # }
Run the code above in your browser using DataLab