powered by
Check if object is polyMatrix
is.polyMatrix(x)
an R object
TRUE if object is a polynomial matrix
# NOT RUN { is.polyMatrix(c(1, 2, 3)) is.polyMatrix(polyMatrix(0, 2, 2)) # }
Run the code above in your browser using DataLab