Learn R Programming

dynamicTreeCut (version 1.63-1)

printFlush: Print Arguments and Flush the Console

Description

Passes all its arguments unchaged to the standard print function; after the execution of print it flushes the console, if possible.

Usage

printFlush(...)

Arguments

...
Arguments to be passed to the standard print function.

Value

  • Returns the value of the print function.

Details

Passes all its arguments unchaged to the standard print function; after the execution of print it flushes the console, if possible.

See Also

print