Learn R Programming

textutils (version 0.4-1)

dctable: 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)

Value

character

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

Author

Enrico Schumann

Details

Creates a dotchart table.

This function is currently very experimental.

References

Cleveland, W. S. (1985) The Elements of Graphing Data. Wadsworth.

See Also

toLatex, TeXunits

Examples

Run this code
## see vignette

Run the code above in your browser using DataLab