is.MatrixModel {ReDaMoR}R Documentation

Check if the object is a RelTableModel matrix object

Description

A matrix model is a special RelTableModel object with 3 and only 3 fields: 2 of types 'row' and 'column' and the 3rd of your choice.

Usage

is.MatrixModel(x)

Arguments

x

any object

Value

A single logical: TRUE if x is a RelTableModel matrix object


[Package ReDaMoR version 0.7.6 Index]