plot_ofv | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.