plot_individual_ofv.Rd
Individual contribution to objective function plot
plot_individual_ofv(run, estimation_number = NULL, ids = NULL, ordered = TRUE, auto_legend = TRUE)
run |
|
---|---|
estimation_number | integer. Number of the estimation step. Default is
|
ids | integer vector of the IDs of the individuals to plot. Default is
|
ordered | logical. Sort individuals based on their individual OFV. |
auto_legend | logical. When |
A ggplot2 object.
EXAMPLERUN %>% plot_individual_ofv(ids = random_ids, ordered = FALSE)