paretoEdges: Get Pareto Front Edges from Fitness Matrix

View source: R/plotting.R

paretoEdgesR Documentation

Get Pareto Front Edges from Fitness Matrix

Description

Get the edges defining a 2D pareto front for plotting.

Usage

paretoEdges(fitness, refpoint)

Arguments

fitness

[matrix | data.frame] matrix or (numeric) data.frame with two columns and rows for each individuum.

refpoint

[numeric(2)] reference point.

Value

data.frame with three columns: The points on the pareto front, and a logical column point indicating whether the point is on the pareto front (TRUE) or an auxiliary point for plotting (FALSE).

See Also

Other Utility Functions: fitnesses()


mosmafs documentation built on Nov. 3, 2022, 1:05 a.m.