cbind: Combine polynial matrices by rows or coluns

Description Usage Arguments Value Functions See Also

View source: R/method_bind.R

Description

Combine polynial matrices by rows or coluns

Usage

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

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

Arguments

...

(generalzed) vectors or mmatrices. If any of objects are polynomail matrix

deparse.level

details in base function, polynomial matrices doesn't use it

Value

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

Functions

See Also

base::cbind()


namezys/polymatrix documentation built on July 18, 2021, 11:15 p.m.