View source: R/plot_individual_ofv.R
plot_individual_ofv | R Documentation |
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.
random_ids <- sample(1:527, 40)
EXAMPLERUN %>% plot_individual_ofv(ids = random_ids)
EXAMPLERUN %>% plot_individual_ofv(ids = random_ids, ordered = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.