Learn R Programming

topolow (version 2.0.1)

print.parameter_sensitivity: 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 parameter_sensitivity
print(x, ...)

Value

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

Arguments

x

A parameter_sensitivity object.

...

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