Learn R Programming

lmomco (version 2.3.1)

prettydist: A Pretty List of Distribution Names

Description

Return a full name of one or more distributions from the abbreviation for the distribution. The official list of abbreviations for the lmomco package is available under dist.list.

Usage

prettydist(x)

Arguments

x

A vector of lmomco distribution abbreviations.

Value

A vector of distribution identifiers.

See Also

dist.list

Examples

Run this code
# NOT RUN {
the.lst <- dist.list() # the authoritative list of abbreviations
prettydist(the.lst)
# }

Run the code above in your browser using DataLab