c.elco: Combine 'elco' objects into a vector or list

View source: R/elco.R

c.elcoR Documentation

Combine elco objects into a vector or list

Description

S3 method for elco objects (see c()).

Usage

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

Arguments

...

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

Value

... concatenated into one vector.

Examples

c(elco::chno$C[[1]], elco::chno$C[-1])
c(elco::chno$C[[1]], elco::chno$N[-1])
c(elco::chno$C[[1]], units::set_units(NA_real_, "g/g"))


henningte/elco documentation built on May 21, 2022, 6:56 p.m.