powered by
Produces a tile plot of the alias matrix.
# S3 method for alias.matrix plot(x, ..., compact = TRUE)
a ggplot object.
an alias matrix.
additional arguments to ggplot2::geom_tile().
ggplot2::geom_tile()
logical, if TRUE only positive aliases are shown, omitting empty rows and columns.
fp_alias_matrix(~A*B*C, ~B*C*D) %>% plot()
Run the code above in your browser using DataLab