bind | R Documentation |
rbind()
and cbind()
for floats.
## S3 method for class 'float32'
rbind(..., deparse.level = 1)
## S3 method for class 'float32'
cbind(..., deparse.level = 1)
... |
vectors or matrices (numeric or float) |
deparse.level |
ignored |
A matrix of the same type as the highest precision input.
library(float)
x = fl(matrix(1:10, 5))
rbind(x, x)
cbind(x, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.