prt.vvec {VLMC} | R Documentation |
Recursively Print the VLMC Result Vector
Description
This is an auxiliary function which recursively displays (prints) the
integer result vector of a vlmc
fit.
Usage
prt.vvec(v, nalph, pad=" ")
Arguments
v |
typically |
nalph |
alphabet size; typically |
pad |
character, to be used for padding |
See Also
summary.vlmc
which uses prt.vvec
.
Examples
example(vlmc)
str(vv <- vlmc.dt1$vlmc)
prt.vvec(vv[-1], n = 2)
prt.vvec(vv[-1], n = 2, pad = " | ")
[Package VLMC version 1.4-3-1 Index]