c.quantities: Combine Values into a Vector or List

View source: R/misc.R

c.quantitiesR Documentation

Combine Values into a Vector or List

Description

S3 method for quantities objects (see c).

Usage

## S3 method for class 'quantities'
c(...)

Arguments

...

objects to be concatenated. All NULL entries are dropped before method dispatch unless at the very beginning of the argument list.

Examples

c(set_quantities(1, m/s, 0.2), set_quantities(30, km/h, 0.1))


r-quantities/quantities documentation built on Jan. 4, 2024, 7:23 a.m.