Skip to contents

Thin, explicit wrapper around margot_plot_decision_tree(). Use this helper when the intended artefact is the branching assignment rule.

Usage

margot_plot_policy_decision_tree(result_object, model_name, ...)

Arguments

result_object

A list returned by margot_causal_forest() or a compatible policy-tree workflow object.

model_name

Character scalar naming the model to plot, with or without the model_ prefix.

...

Arguments passed to margot_plot_decision_tree().

Value

A ggplot object.