print.parameter_sensitivity: Print Method for Parameter Sensitivity Objects

View source: R/adaptive_sampling.R

print.parameter_sensitivityR Documentation

Print Method for Parameter Sensitivity Objects

Description

The S3 print method for parameter_sensitivity objects. It displays a concise summary of the analysis results, including the parameter analyzed, the minimum error found, and the performance threshold.

Usage

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

Arguments

x

A parameter_sensitivity object.

...

Additional arguments passed to the print function (not currently used).

Value

Invisibly returns the original object. Called for its side effect of printing a summary to the console.


topolow documentation built on Aug. 31, 2025, 1:07 a.m.