# Definition of the population
Pop <- matrix(runif(300), 100, 3)
# Definition of objectives to maximize (Obj1, Obj2) and to minimize (Obj3)
maximized <- c(TRUE, TRUE, FALSE)
# Call the function
plot_pareto(MatObj = Pop, maximized = maximized)
Run the code above in your browser using DataLab