mc_model_tile.Rd
Tile geom
mc_obs_tile(...)
mc_model_tile(..., n_sample = NA, group_sample = "hops")
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.
How to show draws? Default "hops"
.
If group_sample
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 group_sample
is "hops"
, then mc_model_tile()
will use animation to show each
draw in one frame; if group_sample
is an function, then all draws are aggregated
by group_sample()
. See examples for more details.