Learn R Programming

polyMatrix (version 0.9.16)

is.polyMatrix: Check if object is polyMatrix

Description

Check if object is polyMatrix

Usage

is.polyMatrix(x)

Arguments

x

an R object

Value

TRUE if object is a polynomial matrix

Examples

Run this code
# NOT RUN {
is.polyMatrix(c(1, 2, 3))
is.polyMatrix(polyMatrix(0, 2, 2))

# }

Run the code above in your browser using DataLab