is.mc: Tests mc and mcnode Objects

Description Usage Arguments Details Value Examples

View source: R/is.mc.R

Description

is.mc tests mc objects and is.mcnode tests mcnode objects.

Usage

1
2

Arguments

x

An mc or a mcnode object.

Details

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.

Value

TRUE or FALSE

Examples

1
2
3
4

mc2d documentation built on July 5, 2021, 3:01 p.m.