Learn R Programming

mdir (version 0.9.0)

checkTypes: Check types

Description

Internal function that checks the types passed to ``callMDI`` are the correct format.

Usage

checkTypes(types)

Value

No return value, called for side effects.

Arguments

types

Density types passed to ``callMDI``. Should be a vector of strings. Viable options are ``'MVN'``, ``'TAGM'`` and ``'C'``.

Examples

Run this code
types <- c("GP", "MVN", "C")
checkTypes(types)

Run the code above in your browser using DataLab