View source: R/help_visual_diagnostics.R
| visual_reporting_template | R Documentation |
Return a compact, beginner-oriented template that explains where each
visual family normally belongs in a report, which helper to call, what to
say, and what not to claim. Use this static table together with the dynamic
reporting_checklist(fit, diagnostics)$visual_scope table: the template
answers "how should I use this figure?", while the checklist answers "is
this figure ready for the current run?".
visual_reporting_template(
scope = c("all", "manuscript", "appendix", "diagnostic", "surface")
)
scope |
Which part of the template to return: |
This helper is intentionally conservative. It does not inspect a fitted
object and does not certify that a plot is available. Run
reporting_checklist() for run-specific readiness, then use this table to
decide how to describe the resulting figure.
A data.frame with columns:
FigureFamily: short visual family label.
Scope: broad reporting role used for filtering.
PrimaryHelper: public helper or plot route.
DefaultPlacement: recommended location in a report.
WhatToReport: wording focus for results sections or captions.
CaptionSkeleton: caption starter that must be tailored to the study.
ResultsWording: results-sentence starter that must be checked against
the fitted object and diagnostics.
WhatNotToClaim: common overclaim to avoid.
BeginnerCheck: first thing a new user should inspect.
ThreeDPolicy: whether 3D is recommended, discouraged, or data-only.
visual_reporting_template()
visual_reporting_template("manuscript")
visual_reporting_template("surface")
mfrmr_interval_guide("visual")[, c("Route", "PrimaryHelper", "DefaultLevel")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.