Line geom
mc_model_line.Rd
Line geom
Arguments
- ...
- n_sample
The number of sample of draws to show. Default
NA
. Ifn_sample
isNA
, thenmc_model_line()
will use all draws from posterior distribution.- draw
How to show draws? Default
"group"
. Ifdraw
is"collapse"
, then all draws are collapsed together and are connected by one line; if"draw"
is"group"
, then data from each draw is connected by one line; ifdraw
is"hops"
, thenmc_model_line()
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.