print.partR2: Print a partR2 object
Description
Displays the results a partR2object (i.e. the result of a partR2 function call) in a nice form.
Usage
# S3 method for partR2
print(x, round_to = 4, ...)
Value
No return value, prints concise results of partR2 calculation.
Arguments
- x
partR2 object returned from one of the partR2 functions
- round_to
defaults to 4 (decimals)
- ...
Additional arguments; none are used in this method.