is.mcarray {mcmcr} | R Documentation |
Is mcarray object
Description
Tests whether an object is an mcarray.
Usage
is.mcarray(x)
Arguments
x |
The object to test. |
Value
A flag indicating whether the test was positive.
See Also
Other is:
is.mcmcarray()
,
is.mcmcrs()
,
is.mcmcr()
Examples
is.mcarray(mcmcr_example)
[Package mcmcr version 0.6.1 Index]