Combine polynomial matrices by rows or columns
cbind(..., deparse.level = 1)rbind(..., deparse.level = 1)
(generalized) vectors or matrices. If any of the objects is a polynomail matrix
details in the base function, polynomial matrices doesn't use this argument
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.
rbind
: row based bind DON'T UNDERSTAND.. !!!