c: Combine Values into a Vector

c.lcensR Documentation

Combine Values into a Vector

Description

Combines arguments to form a vector for censored or water-quality data: methods for "cens," "mcens," and "qw" data. All arguments are coerced to a common type which is the type of the first argument, except for the qw method,

Usage

## S3 method for class 'lcens'
c(..., recursive = FALSE)

## S3 method for class 'mcens'
c(..., recursive = FALSE)

## S3 method for class 'qw'
c(..., recursive = FALSE)

Arguments

...

any objects that can be coerced to the class of the first one.

recursive

not used.

Value

A vector of an appropriate class.

Examples


c(as.lcens(c(1,3), 2), 2)


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.