Skip to contents

[Stable]

Print a Pmetrics Cycle Summary Object

Usage

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

Arguments

x

An object made by summary.PM_cycle.

...

Not used.

Value

A printed object.

Details

Print a summary a summary.PM_cycle object made by summary.PM_cycle. Users do not normally need to call this function directly, as it will be the default method to display the object.

See also

Author

Michael Neely

Examples

#'
if (FALSE) { # \dontrun{
NPex$cycle$summary()
} # }