Skip to contents

The dedicated DEMATEL chart: one point per criterion, prominence (D + R) on x and relation (D - R) on y, with a horizontal quadrant line at relation = 0 separating causes (above) from effects (below). This is deliberately a different shape from sframe_plot_decision_ranking(): DEMATEL classifies criteria on two axes rather than producing a single ranked score, so a ranking bar chart would misrepresent it.

Usage

sframe_plot_dematel_influence(result, palette = c("web", "print"))

Arguments

result

A dematel-family result list from run_analysis_plan() or sframe_run_dematel(), carrying prominence, relation, and criteria.

palette

One of "web" or "print". See sframe_brand().

Value

A ggplot2 object, or NULL when the result carries no DEMATEL fields to plot.