plot_convergence {optedr} | R Documentation |
Plot Convergence of the algorithm
Description
Plots the criterion value on each of the steps of the algorithm, both for optimizing weights and points, against the total step number.
Usage
plot_convergence(convergence)
Arguments
convergence |
A dataframe with two columns:
|
Value
A ggplot object with the criteria
in the y
axis and step
in the x
axis.
[Package optedr version 2.0.0 Index]