print.partR2 {partR2}R Documentation

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 class 'partR2'
print(x, round_to = 4, ...)

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.

Value

No return value, prints concise results of partR2 calculation.


[Package partR2 version 0.9.2 Index]