Skip to contents

S3 method for quantities objects (see as.matrix).

Usage

# S3 method for quantities
as.matrix(x, ...)

Arguments

x

an R object.

...

additional arguments to be passed to or from methods.

Examples

as.matrix(set_quantities(1:3, m/s, 0.1))
#> Units: [m/s]
#> Errors: 0.1 0.1 0.1
#>      [,1]
#> [1,]    1
#> [2,]    2
#> [3,]    3