pretty_name | R Documentation |
Print the name of a distribution, possibly with parameters.
pretty_name(distribution, param_digits = 0)
distribution |
Distribution object. |
param_digits |
How many significant digits to include when displaying
the parameters? |
A character containing the distribution's name, possibly followed by parameters in brackets.
d <- dst_norm(0.3552, 1.1453)
pretty_name(d)
pretty_name(d, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.