length.lcens | R Documentation |
Gets the length of a vector: methods for "lcens," "mcens," and "qw" data.
## S3 method for class 'lcens' length(x) ## S3 method for class 'mcens' length(x) ## S3 method for class 'qw' length(x) ## S3 method for class 'mcens' length(x) ## S3 method for class 'qw' length(x)
x |
a censored-data or water-quality object. |
An integer of length 1 indicating the number of elements in x
.
length(as.lcens(c(1,3, NA), 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.