View source: R/makeUniqueDistributions.R
makeUniqueDistributions | R Documentation |
Helper function to lapply over the given distribution list, and make the
short_name
s unique.
makeUniqueDistributions(distlist)
distlist |
list of Distributions. |
The short_name
s 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_name
s 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.