printFlush {dynamicTreeCut} | R Documentation |
Passes all its arguments unchaged to the standard print
function; after the
execution of print it flushes the console, if possible.
printFlush(...)
... |
Arguments to be passed to the standard print function. |
Passes all its arguments unchaged to the standard print
function; after the
execution of print it flushes the console, if possible.
Returns the value of the print
function.
Peter Langfelder, Peter.Langfelder@gmail.com