Recommend a geom
mc_model_auto.Rd
Recommend a geom
Arguments
- ...
Augments passed to geom functions (e.g.
ggplot2::geom_point
,ggplot2::geom_line
, andggplot2::geom_tile
).- n_sample
The number of sample of draws to show. Default
NA
. Ifn_sample
isNA
, thenmc_model_auto()
will use all draws from posterior distribution.- draw
How to show draws? Default
"collapse"
. Ifdraw
is"collapse"
, then all draws are collapsed together to show in one geom; ifdraw
is"group"
, then each draw is shown in an individual geom; ifdraw
is"hops"
, thenmc_model_auto()
will use animation to show each draw in one frame; ifdraw
is an function, then all draws are aggregated bydraw()
. See examples for more details.