Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

12_is_functions

Is Functions


Description

Functions to test if an object is of a particular class.

Note that NestMatrix and MatrixArray extend ObjectArray, and PartMatrix extends SectMatrix.

Usage

is.ObjectArray (x)
is.NestMatrix (x)
is.PartMatrix (x)
is.SectMatrix (x)
is.MatrixArray (x)

is.ZERO (x)

Arguments

x

An object to test.

Value

True or false.

Examples

v <- ObjectArray (,c (5, 10) )

is.ObjectArray (v)

vectools

Advanced Vector Toolkit

v0.2.0
GPL (>= 2)
Authors
Abby Spurdle
Initial release
2020-10-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.