| print.exposure | R Documentation |
Prints a summary of the exposure analysis results.
## S3 method for class 'exposure'
print(x, ...)
x |
An object of class |
... |
Additional arguments (not used). |
Invisibly returns the input object.
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()
id <- c(1, 1, 2, 2)
time <- c(100, 200, 150, 300)
result <- exposure(id, time)
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.