Skip to contents

[Stable]

Usage

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

Arguments

x

An object made by summary.PM_data.

...

Not used.

Value

A printed object

Details

Print the summary of PM_data object.

Summarize the raw data used for a Pmetrics run.

See also

Author

Michael Neely

Examples

if (FALSE) { # \dontrun{
dataEx$summary()
} # }