c {float} | R Documentation |
c
Description
Combine float/numeric vector(s)/matri[x|ces].
Usage
## S4 method for signature 'float32'
c(x, ...)
Arguments
x |
A float matrix. |
... |
Additional elements (numeric/float vectors/matrices) to sum. |
Value
A matrix of the same type as the highest precision input.
Examples
library(float)
x = flrunif(10, 3)
c(x, NA, 1L)
[Package float version 0.3-2 Index]