str: Display Structure

str.lcensR Documentation

Display Structure

Description

Displays the basic information about an object: methods for "lcens," "mcens," and "qw" data.

Usage

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

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

## S3 method for class 'qw'
str(object, ...)

Arguments

object

an object of class "lcens,", "mcens," or "qw."

...

any additional valid arguments ot the default method for str and give.censoring, a logical value that includes the type of censoring in the output if TRUE.

Value

Nothing is returned, the side effect is to print a short summary of the object.

See Also

str

Examples


str(as.lcens(c(1,3), 2))


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