geom_quantiles | R Documentation |
Called by plot.mcpfit
.
geom_quantiles(samples, quantiles, xvar, yvar, facet_by, ...)
samples |
A tidybayes tibble |
quantiles |
Vector of quantiles (0.0 to 1.0) |
xvar |
An rlang::sym() with the name of the x-col in |
yvar |
An rlang::sym() with the name of the response col in |
facet_by |
String. Name of a varying group. |
... |
Arguments passed to geom_line |
A ggplot2::geom_line
object.
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.