prGetRgroupLine {htmlTable} | R Documentation |
Gets the number of rgroup htmlLine
prGetRgroupLine(x, total_columns, rgroup, rgroup_iterator, cspan, rnames, align, style, cgroup_spacer_cells, col.columns, css.row, padding.tspanner)
x |
The matrix/data.frame with the data. For the |
total_columns |
The total number of columns including the rowlabel and the spacer cells |
rgroup |
A vector of character strings containing headings for row groups.
|
rgroup_iterator |
An integer indicating the rgroup |
cspan |
The column span of the current rgroup |
rnames |
Default rownames are generated from |
align |
A character strings specifying column alignments, defaulting to
|
style |
The css style corresponding to the rgroup css style that includes
the color specific for the rgroup, i.e. |
cgroup_spacer_cells |
The vector indicating the position of the cgroup spacer cells |
col.columns |
Alternating colors for each column. |
css.row |
The css.cell information for this particular row. |
padding.tspanner |
The tspanner padding |