plot_ofv.Rd
Plots the value, at each printed out iteration, of objective function during an estimation step.
plot_ofv(run, estimation_number = NULL, auto_legend = TRUE)
run |
|
---|---|
estimation_number | integer. Number of the estimation step. Default is
|
auto_legend | logical. When |
A ggplot2 object.
EXAMPLERUN %>% plot_ofv()EXAMPLERUN %>% plot_ofv(estimation_number = 1)