c.lcens | R Documentation |
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,
## S3 method for class 'lcens' c(..., recursive = FALSE) ## S3 method for class 'mcens' c(..., recursive = FALSE) ## S3 method for class 'qw' c(..., recursive = FALSE)
... |
any objects that can be coerced to the class of the first one. |
recursive |
not used. |
A vector of an appropriate class.
c(as.lcens(c(1,3), 2), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.