summary: Summarize Data

summary.lcensR Documentation

Summarize Data

Description

Provide a summary of censored or water-quality data.

Usage

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

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

## S3 method for class '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.

Note

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.

Examples


## Not run: 
# Summrize these data
summary(importNWISqw("05330000", "00608"))

## End(Not run)


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.