Learn R Programming

RSDA (version 3.2.1)

is.sym.modal: Symbolic modal

Description

Symbolic modal

Usage

is.sym.modal(x)

Value

returns TRUE if its argument's value is a symbolic_modal and FALSE otherwise.

Arguments

x

an object to be tested

Examples

Run this code
x <- sym.modal(factor(c("a", "b", "b", "l")))
is.sym.modal(x)

Run the code above in your browser using DataLab