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

is.pMatrix

Is an object of type 'polyMatrix'?


Description

Checks wether the given object is a polyMatrix object or not.

Usage

is.polyMatrix(x)

Arguments

x

an R object.

Details

is.polyMatrix returns TRUE if its argument is a polyMatrix (that is, has "polyMatrix" amongst its classes and one of the four sub-classes: "polyMarray", "polyMbroad", "polyMcells", "polyMdlist") and FALSE otherwise.

See Also

Examples

pm <- polyMgen.a(2,3,5)

is.polyMatrix(polyMconvert(pm,"polyMarray"))
is.polyMatrix(polyMconvert(pm,"polyMdlist"))
is.polyMatrix(polyMconvert(pm,"polyMbroad"))
is.polyMatrix(polyMconvert(pm,"polyMdlist"))

# clean up
# rm(pm)

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

v0.3.1
MIT + file LICENSE
Authors
Tamas Prohle [aut], Peter Prohle [aut], Nikolai Ryzhkov [aut, cre], Ildiko Laszlo [aut] (<https://orcid.org/0000-0003-2324-8183>), Ulas Onat Alakent [ctb]
Initial release

We don't support your browser anymore

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