print.exposure: Print Method for exposure Objects.

View source: R/exposure.R

print.exposureR Documentation

Print Method for exposure Objects.

Description

Prints a summary of the exposure analysis results.

Usage

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

Arguments

x

An object of class exposure.

...

Additional arguments (not used).

Value

Invisibly returns the input object.

See Also

Other Repairable Systems Analysis: exposure(), mcf(), nhpp(), overlay_nhpp(), plot.exposure(), plot.mcf(), plot.nhpp(), plot.nhpp_predict(), predict_nhpp(), print.mcf(), print.nhpp(), print.nhpp_predict()

Examples

id   <- c(1, 1, 2, 2)
time <- c(100, 200, 150, 300)
result <- exposure(id, time)
print(result)

ReliaGrowR documentation built on May 22, 2026, 5:07 p.m.