is.mc {mc2d} | R Documentation |
is.mc tests mc objects and is.mcnode tests mcnode objects.
is.mc(x) is.mcnode(x)
x |
An mc or a mcnode object. |
is.mc tests if x is a list of mcnode, each elements being of compatible dimension. It tests if the class "mc" is affected to the object.
is.mcnode tests if x is an array of numeric or logical, if it has a "type" attribute and compatible dimensions, and if the class "mcnode" is affected to the object.
TRUE or FALSE
data(total) is.mcnode(xVU) is.mcnode(total) is.mc(total)