View source: R/makeUniqueDistributions.R
| makeUniqueDistributions | R Documentation |
Helper function to lapply over the given distribution list, and make the
short_names unique.
makeUniqueDistributions(distlist)
distlist |
list of Distributions. |
The short_names are made unique by suffixing each with a consecutive
number so that the names are no longer duplicated.
The list of inputted distributions except with the short_names manipulated as
necessary to make them unique.
makeUniqueDistributions(list(Binomial$new(), Binomial$new()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.