Learn R Programming

distr6 (version 1.5.6)

listKernels: Lists Implemented Kernels

Description

Lists all implemented kernels in distr6.

Usage

listKernels(simplify = FALSE)

Arguments

simplify

logical. If FALSE (default) returns kernels with support as a data.table, otherwise returns kernel names as characters.

Value

Either a list of characters (if simplify is TRUE) or a data.table of Kernels and their traits.

See Also

Kernel

Examples

Run this code
# NOT RUN {
listKernels()
# }

Run the code above in your browser using DataLab