summary.hemo: Summarize a hemo object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Summarize a hemo object

Usage

1
2
3
4
## S3 method for class 'hemo'
summary(object, ...)
## S3 method for class 'summary.hemo'
print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

object

an object of class "pt", usually, a result of a call to read.pt.

x

an object of class "summary.pt", usually, a result of a call to summary.pt.

digits

the number of significant digits to use when printing.

...

further arguments passed to or from other methods.

Details

Pertinent summary information is presented.

Value

An object of class "summary.hemo", which contains pertinent information about the TDR record and its processing.

Author(s)

Dan Kelley

See Also

...

Examples

1
2
3

dankelley/hemo documentation built on May 14, 2019, 4:09 p.m.