prt.vvec {VLMC} | R Documentation |
This is an auxiliary function which recursively displays (prints) the
integer result vector of a vlmc
fit.
prt.vvec(v, nalph, pad=" ")
v |
typically |
nalph |
alphabet size; typically |
pad |
character, to be used for padding |
summary.vlmc
which uses prt.vvec
.
example(vlmc) str(vv <- vlmc.dt1$vlmc) prt.vvec(vv[-1], n = 2) prt.vvec(vv[-1], n = 2, pad = " | ")