draw.conditional_values | R Documentation |
Plot conditional predictions
## S3 method for class 'conditional_values'
draw(
object,
facet_scales = "fixed",
discrete_colour = NULL,
discrete_fill = NULL,
xlab = NULL,
ylab = NULL,
...
)
object |
an object of class |
facet_scales |
character; should facets have the same axis scales
across facets? See |
discrete_colour |
a suitable colour scale to be used when plotting discrete variables. |
discrete_fill |
a suitable fill scale to be used when plotting discrete variables. |
xlab |
character; label for the x axis of the plot. |
ylab |
character; label for the y axis of the plot. |
... |
additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.