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