print.noise: Print the noise object to the console with formatting
Description
Print the noise object to the console with formatting
Usage
# S3 method for noise
print(x, ...)
Value
Invisibly returns the input noise object.
Arguments
- x
A noise object
- ...
further arguments passed to or from other methods (not currently
used).