dctable: Dotchart Table

View source: R/functions.R

dctableR 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

toLatex, TeXunits

Examples

## see vignette

textutils documentation built on April 3, 2023, 5:34 p.m.