bind-methods | R Documentation |
cbind
and rbind
methods for signature
...
(see dotsMethods
are provided for class Mnumber
, i.e., for binding
numeric vectors and class "mpfr"
vectors and
matrices ("mpfrMatrix"
) together.
cbind(..., deparse.level = 1)
rbind(..., deparse.level = 1)
... |
matrix-/vector-like R objects to be bound together, see
the base documentation, |
deparse.level |
integer determining under which circumstances
column and row names are built from the actual arguments'
‘expression’, see |
typically a ‘matrix-like’ object, here typically of
class "mpfrMatrix"
.
is used to (c|r)bind multiprecision “numbers”
(inheriting from class "mpfr"
)
together, maybe combined with simple numeric vectors.
reverts to cbind
and rbind
from package base.
Martin Maechler
cbind2
, cbind
,
Documentation in base R's methods package
cbind(1, mpfr(6:3, 70)/7, 3:0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.