is.mm {smmR} | R Documentation |
Function to check if an object is of class mm
Description
is.mm
returns TRUE
if x
is an object of
class mm
.
Usage
is.mm(x)
Arguments
x |
An arbitrary R object. |
Value
is.mm
returns TRUE
or FALSE
depending on whether x
is an
object of class mm
or not.
[Package smmR version 1.0.3 Index]