baytrends (version 1.1.0)

c.lcens: 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 lcens
c(..., recursive = FALSE)

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

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

Run this code
# NOT RUN {
c(as.lcens(c(1,3), 2), 2)

# }

Run the code above in your browser using DataLab