print.summaryStats {EnvStats}R Documentation

Print Summary Statistics

Description

Formats and prints the results of calling summaryStats or summaryFull. This method is automatically called by print when given an object of class "summaryStats".

Usage

## S3 method for class 'summaryStats'
print(x, ...)

Arguments

x

an object of class "summaryStats". See summaryStats.object for details.

...

arguments that can be supplied to the format function.

Details

This is the "summaryStats" method for the generic function print. Prints summary statistics.

Value

Invisibly returns the input x.

Author(s)

Steven P. Millard (EnvStats@ProbStatInfo.com)

References

Chambers, J. M. and Hastie, T. J. (1992). Statistical Models in S. Wadsworth & Brooks/Cole.

See Also

summaryStats, summaryFull, summaryStats.object, print.


[Package EnvStats version 2.8.1 Index]