summary.lcens | R Documentation |
Provide a summary of censored or water-quality data.
## S3 method for class 'lcens' summary(object, ...) ## S3 method for class 'mcens' summary(object, ...) ## S3 method for class 'qw' summary(object, details = FALSE, ...)
object |
the object to summarize. |
... |
further arguments passed to other methods. |
details |
provide details on multiple entries? |
For details
= FALSE
, a named character vector describe
some characteristics of object
. For details
= TRUE
, a
named list containing vectors with all unique values.
This function is used when summary
is called on a data frame.
Setting details
to TRUE
can be useful for individual columns in
a data frame.
## Not run: # Summrize these data summary(importNWISqw("05330000", "00608")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.