Tile geom
mc_model_tile.RdTile geom
Arguments
- ...
- n_sample
The number of sample of draws to show. Default
NA. Ifn_sampleisNA, thenmc_model_tile()will use all draws from posterior distribution.- draw
How to show draws? Default
"hops". Ifdrawis"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; ifdrawis"hops", thenmc_model_tile()will use animation to show each draw in one frame; ifdrawis an function, then all draws are aggregated bydraw(). See examples for more details.