The distribution method is a generic method for creating Distribution objects.
signature(x = "character")Create a Distribution object from a character. The distribution is compute on all values appearing in the character object.
signature(x = "factor")Create a Distribution object from a factor. The distribution is compute on all levels of the factor object.
signature(x = "numeric")Create a Distribution object from a numeric object.
signature(x = "WeightedVariable.categorical")Create a Distribution object from a numeric object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.