as.data.frame.lcens | R Documentation |
Creates data frames from censored and water-quality data: methods for "lcens," "mcens," and "qw" data.
## S3 method for class 'lcens' as.data.frame(x, row.names = NULL, optional = FALSE, ..., nm = deparse(substitute(x))) ## S3 method for class 'mcens' as.data.frame(x, row.names = NULL, optional = FALSE, ..., nm = deparse(substitute(x))) ## S3 method for class 'qw' as.data.frame(x, row.names = NULL, optional = FALSE, ..., nm = deparse(substitute(x)), expand = FALSE)
x |
any R object to put into a data frame. |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
nm |
set as column name if |
expand |
create a data frame from all of the slots from the object instead of creating a data frame containting the object. |
A data frame constructred from x
.
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.