baytrends (version 1.1.0)

summary.lcens: Summarize Data

Description

Provide a summary of censored or water-quality data.

Usage

# S3 method for lcens
summary(object, ...)

# S3 method for mcens summary(object, ...)

# S3 method for qw summary(object, details = FALSE, ...)

Arguments

object

the object to summarize.

further arguments passed to other methods.

details

provide details on multiple entries?

Value

For details = FALSE, a named character vector describe some characteristics of object. For details = TRUE, a named list containing vectors with all unique values.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# Summrize these data
summary(importNWISqw("05330000", "00608"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab