Learn R Programming

EmpiricalDynamics (version 0.1.2)

plot_pareto_front: Plot Pareto Front

Description

Visualizes the trade-off between equation complexity and fit quality.

Usage

plot_pareto_front(results, highlight_selection = "knee", show_all = FALSE)

Value

A ggplot object.

Arguments

results

A symbolic_search_result object.

highlight_selection

Which equation to highlight ("knee", "BIC", "AIC", or index).

show_all

Show all equations or just Pareto front?