cbind {polyMatrix}R Documentation

Combine polynomial matrices by rows or columns

Description

Combine polynomial matrices by rows or columns

Usage

cbind(..., deparse.level = 1)

rbind(..., deparse.level = 1)

Arguments

...

(generalized) vectors or matrices. If any of the objects is a polynomail matrix

deparse.level

details in the base function, polynomial matrices doesn't use this argument

Value

if at least one argument is a polynomial matrix, the result will be a combined polynomial matrix. Otherwise, the base package implementation base::cbind() or base::rbind() will be called.

Functions

See Also

base::cbind()


[Package polyMatrix version 0.9.16 Index]