printFlush {dynamicTreeCut}R Documentation

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.

Details

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

Value

Returns the value of the print function.

Author(s)

Peter Langfelder, Peter.Langfelder@gmail.com

See Also

print


[Package dynamicTreeCut version 1.63-1 Index]