print.step_obwoe: Print Method for step_obwoe
Description
Prints a concise summary of the step_obwoe object.
Usage
# S3 method for step_obwoe
print(x, width = max(20L, options()$width - 30L), ...)
Value
Invisibly returns x.
Arguments
- x
A step_obwoe object.
- width
Maximum width for printing term names.
- ...
Additional arguments (currently unused).