flux-internal: Internal functions of the package flux that are usually not...

flux-internalR Documentation

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), ...)
## S3 method for class 'fluxxes'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

object to be printed

digits

number of digits

...

Further arguments.

Details

These are just printing methods to give nice output. Usually they are not to be called by the user.

Value

prints the output of a function and invisibly gives back the original object

Author(s)

Gerald Jurasinski


flux documentation built on June 26, 2022, 9:05 a.m.