Usage
draw(x, ...)
## S3 method for class 'vlmc':
draw(x, kind = 3, flag = TRUE, show.hidden = 0,
cumulative = TRUE, delta = cumulative, debug = FALSE, \dots)Arguments
x
typically the result of vlmc(..). kind
integer code for the kind of drawing, in {0,1,2,3}.
show.hidden
integer code; if not 0, give some
indications about hidden (final) nodes .....
cumulative
logical indicating if the cumulative counts should
be shown for nonterminal nodes; the `delta's can only be computed
from the cumulative counts, i.e., cumulative = FALSE should
be used only by the knowing one.
delta
logical indicating if delta,
i.e. $\delta$$(n, p(n))$ should be computed and
printed for each (non-root) node $n$ with parent $p(n)$. Note
that this does not really make sense when cumulative = FALSE.
debug
logical; if TRUE, some extraneous progress
information is printed to the Rconsole.
...
(potentially more arguments)