btable {textutils} | R Documentation |
Barplot Table
Description
Create a LaTeX-table.
Usage
btable(x, unit = "cm", before = "", after = "", raise = "0.2ex",
height = "1ex", ...)
Arguments
x |
numeric: the numbers for which the barplot is to be created |
unit |
character: a valid TeX unit |
before |
character |
after |
character |
raise |
character |
height |
character |
... |
more arguments |
Details
Creates a barplot table.
Value
character
Author(s)
Enrico Schumann
See Also
Examples
## see vignette
[Package textutils version 0.4-1 Index]