float (version 0.2-3)

c: c

Description

Combine float/numeric vector(s)/matri[x|ces].

Usage

# S4 method for 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

Run this code
# NOT RUN {
library(float)
x = flrunif(10, 3)

c(x, NA, 1L)

# }

Run the code above in your browser using DataCamp Workspace