vlines {ztable} | R Documentation |
Add or delete vertical lines in a ztable
Description
Add or delete vertical lines in a ztable
Usage
vlines(z, type = NULL, add = NULL, del = NULL)
Arguments
z |
An object of ztable |
type |
An integer or one of c("none","all") |
add |
An integer vector indicating columns where the width of vertical lines added |
del |
An integer vector indicating columns where the width of vertical lines subtracted |
[Package ztable version 0.2.3 Index]