sm-output {stochmod}R Documentation

Output of Debug Information

Description

Versions of cat and print that depend on debug.output option

Usage

d.cat( lvl, ... )
d.print( lvl, ... )

Arguments

lvl When debug.output option is above (or equal to) this level, output is displayed
... Arguments that get passed to the actual output function

Value

'd.cat' returns the same value as cat 'd.print' return the same value as print

Author(s)

Artem Sokolov (Artem.Sokolov@gmail.com)


[Package stochmod version 1.2 Index]