is.lddf {ldsep} | R Documentation |
Tests if an argument is a lddf
object.
Description
Tests if an argument is a lddf
object.
Usage
is.lddf(x)
Arguments
x |
Anything. |
Value
A logical. TRUE
if x
is a lddf
object,
and FALSE
otherwise.
Author(s)
David Gerard
Examples
is.lddf("anything")
# FALSE
[Package ldsep version 2.1.5 Index]