flux-internal: Internal functions of the package flux that are usually not called (or only implicitly) by the user
Description
Mainly print functions for giving nice output.Usage
## S3 method for class 'fluss':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'fluxes':
print(x, digits = max(3, getOption("digits") - 3), ...)
Value
- prints the output of a function and invisibly gives back the original object
Details
These are just printing methods to give nice output. Usually they are not to be called by the user.