View source: R/api-simulation-future-branch.R
| plot.mfrm_future_branch_active_branch | R Documentation |
Plot a future arbitrary-facet planning active branch
## S3 method for class 'mfrm_future_branch_active_branch'
plot(
x,
y = NULL,
type = c("profile_metrics", "load_balance", "coverage", "readiness_tiers",
"table_rows", "role_tables", "appendix_roles", "appendix_sections",
"appendix_presets", "selection_handoff_presets", "selection_tables",
"selection_handoff", "selection_handoff_bundles", "selection_handoff_roles",
"selection_handoff_role_sections", "selection_bundles", "selection_roles",
"selection_sections"),
appendix_preset = c("recommended", "compact", "all", "methods", "results",
"diagnostics", "reporting"),
selection_value = c("count", "fraction"),
draw = TRUE,
main = NULL,
palette = NULL,
label_angle = 45,
...
)
x |
Output from the future-branch active planning scaffold stored in
|
y |
Unused placeholder for generic compatibility. |
type |
Plot type: |
appendix_preset |
Appendix preset used for |
selection_value |
For |
draw |
If |
main |
Optional title override. |
palette |
Optional named color overrides. |
label_angle |
Axis-label rotation angle. |
... |
Reserved for generic compatibility. |
A plotting-data object of class mfrm_plot_data.
summary.mfrm_future_branch_active_branch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.