autoplot.edbl_table | R Documentation |
ggplot2
of an edibble designAuto plot or ggplot2
of an edibble design
## S3 method for class 'edbl_table'
autoplot(
.edibble,
title = NULL,
aspect_ratio = 1,
shape = "circle",
text = FALSE,
image = NULL,
fill = NULL,
node = NULL,
horizontal = TRUE
)
.edibble |
An edibble desgin, an edibble table or an edibble graph. |
title |
The title of the plot. By default it is the name of the edibble design if available. |
aspect_ratio |
The aspect ratio of the graph. |
shape |
The shape of the unit. |
text |
A logical value of whether to show the text or not. Alternatively,
it can be a |
image |
An image to use instead of |
fill |
A character vector of variable names to display. Only a maximum of three variables are allowed. Currently, it's assumed that the the variables are discrete. In general, it's assumed that the variables are treatment variables. |
node |
A character vector of variable names. It's assumed that the variables are units. |
horizontal |
A logical value indicating whether the display should be optimized for horizontal display (default) or vertical display. Not yet implemented. |
... |
Unused at the moment. |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.