plot.alias.matrix: Plot the alias matrix

plot.alias.matrixR Documentation

Plot the alias matrix

Description

Produces a tile plot of the alias matrix.

Usage

## S3 method for class 'alias.matrix'
plot(x, ..., compact = TRUE)

Arguments

x

an alias matrix.

...

additional arguments to ggplot2::geom_tile().

compact

logical, if TRUE only positive aliases are shown, omitting empty rows and columns.

Value

a ggplot object.

Examples

fp_alias_matrix(~A*B*C, ~B*C*D) %>%
  plot()

adas.utils documentation built on Feb. 27, 2026, 5:08 p.m.