powered by
rpacontrol
These functions print rpacontrol objects in the terminal. print.rpacontrol() shows only the current controls, whereas summary.rpacontrol() includes both specified controls and the unspecified controls that use default values.
print.rpacontrol()
summary.rpacontrol()
# S3 method for rpacontrol print(x, ...)# S3 method for rpacontrol summary(object, ...)
# S3 method for rpacontrol summary(object, ...)
Returns the controls invisibly.
An object of class rpacontrol.
Additional arguments.
control <- rpa_control_scenario() print(control)
Run the code above in your browser using DataLab