dctable {textutils} | R Documentation |
Dotchart Table
Description
Create a LaTeX-table.
Usage
dctable(x, unitlength = "1 cm", width = 5,
y.offset = 0.07, circle.size = 0.1, xlim,
na.rm = FALSE)
Arguments
x |
numeric: the numbers for which the barplot is to be created |
unitlength |
character |
width |
numeric |
y.offset |
numeric |
circle.size |
numeric |
xlim |
character |
na.rm |
logical |
Details
Creates a dotchart table.
This function is currently very experimental.
Value
character
Author(s)
Enrico Schumann
References
Cleveland, W. S. (1985) The Elements of Graphing Data. Wadsworth.
See Also
Examples
## see vignette
[Package textutils version 0.4-1 Index]