plot.alias.matrix | R Documentation |
Produces a tile plot of the alias matrix.
## S3 method for class 'alias.matrix'
plot(x, ..., compact = TRUE)
x |
an alias matrix. |
... |
additional arguments to |
compact |
logical, if TRUE only positive aliases are shown, omitting empty rows and columns. |
a ggplot object.
fp_alias_matrix(~A*B*C, ~B*C*D) %>%
plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.