powered by
This is an auxiliary function which recursively displays (prints) the integer result vector of a vlmc fit.
vlmc
prt.vvec(v, nalph, pad=" ")
typically x $ vlmc.vec[ -1] where x is the result of vlmc(*).
x $ vlmc.vec[ -1]
x
vlmc(*)
alphabet size; typically x $ vlmc.vec[1].
x $ vlmc.vec[1]
character, to be used for padding paste(*, collapse=pad).
paste(*, collapse=pad)
summary.vlmc which uses prt.vvec.
summary.vlmc
prt.vvec
example(vlmc) str(vv <- vlmc.dt1$vlmc) prt.vvec(vv[-1], n = 2) prt.vvec(vv[-1], n = 2, pad = " | ")
Run the code above in your browser using DataLab