View source: R/listDistributions.R
listDistributions | R Documentation |
Lists distr6 distributions in a data.table or a character vector, can be filtered by traits, implemented package, and tags.
listDistributions(simplify = FALSE, filter = NULL)
simplify |
logical. If FALSE (default) returns distributions with traits as a data.table, otherwise returns distribution names as characters. |
filter |
list to filter distributions by. See examples. |
Either a list of characters (if simplify
is TRUE) or a data.table of
SDistribution
s and their traits.
SDistribution
listDistributions() # Filter list listDistributions(filter = list(VariateForm = "univariate")) # Filter is case-insensitive listDistributions(filter = list(VaLuESupport = "discrete")) # Multiple filters listDistributions(filter = list(VaLuESupport = "discrete", package = "extraDistr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.