Skip to contents

Recommend a geom

Usage

mc_obs_auto(...)

mc_model_auto(..., n_sample = NA, draw = NULL)

Arguments

...

Augments passed to geom functions (e.g. ggplot2::geom_point, ggplot2::geom_line, and ggplot2::geom_tile).

n_sample

The number of sample of draws to show. Default NA. If n_sample is NA, then mc_model_auto() will use all draws from posterior distribution.

draw

How to show draws? Default "collapse". If draw is "collapse", then all draws are collapsed together to show in one geom; if draw is "group", then each draw is shown in an individual geom; if draw is "hops", then mc_model_auto() will use animation to show each draw in one frame; if draw is an function, then all draws are aggregated by draw(). See examples for more details.