make_df_list {qqvases} | R Documentation |
Constructs the default nested list of distribution functions used to animated normal QQ plots. By default, the list contains Normal Student t_3 Student t_6 Gamma(3) Beta(0.6,0.6) Exotic Each member of the list has 3 named elements [ d = density function (eg, dnorm) q = quantile function (eg, qnorm) r = random generator (eg, rnorm) ] Each of these functions must take a single argument; others must be bound externally. For examples, see the function make.normal.dist or make.t.dist.
make_df_list()
Named list of (density, quantile, generator) triples for distributions
make_df_list()