plot.mfrm_facet_nesting: Plot the pairwise nesting index matrix

View source: R/api-hierarchical-audit.R

plot.mfrm_facet_nestingR Documentation

Plot the pairwise nesting index matrix

Description

Renders the directed nesting index 1 - H(B \mid A)/H(B) as a heatmap between facet pairs, highlighting fully nested relationships close to 1. Colour scale runs from 0 (crossed, white / cold) to 1 (fully nested, dark).

Usage

## S3 method for class 'mfrm_facet_nesting'
plot(x, preset = c("standard", "publication", "compact", "monochrome"), ...)

Arguments

x

An mfrm_facet_nesting object.

preset

Plot preset.

...

Reserved.

Value

Invisibly, the matrix rendered.

See Also

detect_facet_nesting(), analyze_hierarchical_structure().


mfrmr documentation built on June 13, 2026, 1:07 a.m.