This is the print()
method for reference model objects (objects of class
refmodel
). This method mainly exists to avoid cluttering the console when
printing such objects accidentally.
# S3 method for refmodel
print(x, ...)
An object of class refmodel
(returned by get_refmodel()
or
init_refmodel()
).
Currently ignored.
The input object x
(invisible).