iofv_vs_mod | R Documentation |
Another visualization of how individual objective functions change over the course of model development.
iofv_vs_mod(
xpdb_s,
...,
.lineage = FALSE,
auto_backfill = FALSE,
mapping = NULL,
orientation = "x",
type = "bjc",
title = "Individual OFVs across models",
subtitle = "Based on @nind individuals, Initial OFV: @ofv",
caption = "Initial @dir",
tag = NULL,
axis.text = "@run",
facets,
.problem,
quiet
)
xpdb_s |
< |
... |
< |
.lineage |
< |
auto_backfill |
< |
mapping |
|
orientation |
Defaults to |
type |
Passed to < |
title |
Plot title |
subtitle |
Plot subtitle |
caption |
Plot caption |
tag |
Plot tag |
axis.text |
What to label the model. This is parsed on a per-model basis. |
facets |
Additional facets |
.problem |
Problem number |
quiet |
Silence output |
The desired plot
pheno_set %>%
focus_qapply(backfill_iofv) %>%
iofv_vs_mod()
pheno_set %>%
focus_qapply(backfill_iofv) %>%
iofv_vs_mod(run3,run11,run14,run15)
pheno_set %>%
focus_qapply(backfill_iofv) %>%
iofv_vs_mod(.lineage = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.