print() prints its argument and returns it invisibly (via invisible(x)).
Usage
# S3 method for class 'fcwtr_scalogram'
print(x, ...)Arguments
- x
The "fcwtr_scalogram" object resulting from
fcwt()to print.- ...
further arguments passed to or from other methods.