mc2d (version 0.2.0)

typemcnode: Provides the Type of a mcnode Object

Description

Provide the type of a mcnode object.

Usage

typemcnode(x, index=FALSE)

Value

"0", "V","U" or "VU" or the corresponding index if index=TRUE.

NULL if none of this element is found.

Arguments

x

a mcnode object

index

if TRUE give the index of the type rather than the type.

Examples

Run this code
data(total)
typemcnode(total$xVUM2)

Run the code above in your browser using DataLab