Learn R Programming

distr6 (version 1.5.2)

listWrappers: Lists Implemented Distribution Wrappers

Description

Lists wrappers that can wrap an R6 Distribution.

Usage

listWrappers(simplify = TRUE)

Arguments

simplify

logical. If TRUE (default) returns results as characters, otherwise as R6 classes.

Value

Either a list of characters (if simplify is TRUE) or a list of Wrapper classes.

See Also

DistributionWrapper

Examples

Run this code
# NOT RUN {
listWrappers()
listWrappers(TRUE)
# }

Run the code above in your browser using DataLab