print.projection: Print information about project()
output
Description
This is the print()
method for objects of class projection
. This method
mainly exists to avoid cluttering the console when printing such objects
accidentally.
Usage
# S3 method for projection
print(x, ...)
Value
The input object x
(invisible).
Arguments
- x
An object of class projection
(returned by project()
, possibly
as elements of a list
).
- ...
Currently ignored.