drawHorizontalLines: Draws the horizontal lines
Description
Draws the horizontal lines
Usage
drawHorizontalLines(lines, number_of_rows, colwidths, graph.pos)
Arguments
- number_of_rows
Number of rows
- colwidths
Vector with column widths
- graph.pos
The position of the graph element within the table of text. The
position can be 1-(ncol(labeltext) + 1)
. You can also choose set the position
to "left"
or "right"
.