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 April 12, 2025, 1:52 a.m.