print.osrt: osrt Printing
Description
print.osrt
is the osrt method of the generic
print
function which prints its argument
and returns it invisibly (via invisible(x)
).
Usage
# S3 method for osrt
print(x, ...)
Arguments
x
an object used to select a method.
…
further arguments. Currently ignored.