print.fxl {fxl} | R Documentation |
Override the final call to print the fxl object. catches the obj and prints out layers in the sequence laid out by the user
## S3 method for class 'fxl'
print(x, ...)
x |
fxl object |
... |
inherits from generic |
no return, executed for side effects
Shawn Gilroy <sgilroy1@lsu.edu>