flux-internal {flux} | R Documentation |
Mainly print functions for giving nice output.
## 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), ...)
## S3 method for class 'fluxxes'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
object to be printed |
digits |
number of digits |
... |
Further arguments. |
These are just printing methods to give nice output. Usually they are not to be called by the user.
prints the output of a function and invisibly gives back the original object
Gerald Jurasinski