plot.alias.matrix {adas.utils}R 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()

[Package adas.utils version 1.2.0 Index]