Learn R Programming

distr6 (version 1.3.1)

setSymbol: Unicode Symbol of Special Sets

Description

Gets the unicode symbol for standard mathematical special sets.

Usage

setSymbol(set)

Arguments

set

special set

Value

Returns the unicode representation of mathematical special sets.

Details

Special set can be supplied as a character string or class, case-insensitive. See listSpecialSets for full list of currently supported sets.

See Also

SpecialSet, listSpecialSets

Examples

Run this code
# NOT RUN {
# Supplied as class
setSymbol(empty)

# Supplied as string
setSymbol("empty")

# Case-insensitive
setSymbol(EmPtY)


# }

Run the code above in your browser using DataLab