Learn R Programming

updog (version 1.2.0)

is.mupdog: Tests if its argument is a mupdog object.

Description

Tests if its argument is a mupdog object.

Usage

is.mupdog(x)

Arguments

x

Anything.

Value

A logical. TRUE if x is a mupdog object, and FALSE otherwise.

Examples

Run this code
# NOT RUN {
is.mupdog("anything")
# FALSE

# }

Run the code above in your browser using DataLab