cbind: Combine polynomial matrices by rows or columns

Description Usage Arguments Value Functions See Also

View source: R/method_bind.R

Description

Combine polynomial matrices by rows or columns

Usage

1
2
3
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()


polyMatrix documentation built on July 18, 2021, 5:06 p.m.