sm-output {stochmod} | R Documentation |
Versions of cat and print that depend on debug.output option
d.cat( lvl, ... ) d.print( lvl, ... )
lvl |
When debug.output option is above (or equal to) this level, output is displayed |
... |
Arguments that get passed to the actual output function |
'd.cat' returns the same value as cat 'd.print' return the same value as print
Artem Sokolov (Artem.Sokolov@gmail.com)