c | R Documentation |
Combine float/numeric vector(s)/matri[x|ces].
## S4 method for signature 'float32'
c(x, ...)
x |
A float matrix. |
... |
Additional elements (numeric/float vectors/matrices) to sum. |
A matrix of the same type as the highest precision input.
library(float)
x = flrunif(10, 3)
c(x, NA, 1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.