Skip to contents

Tile geom

Usage

mc_obs_tile(...)

mc_model_tile(..., n_sample = NA, draw = "hops")

Arguments

...

Augments passed to ggplot2::geom_tile.

n_sample

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

draw

How to show draws? Default "hops". If draw is "collapse", then all draws are collapsed together and are shown in one tile plot; if "draw" is "group", then only one draw is shown in tile plot; if draw is "hops", then mc_model_tile() 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.