Based on the dimensions of x
, this function generates table style names for all of the elements. For example, f the data are an nxn matrix, it will create an nxn matrix of style names for the text and the table cells. The arguments of tableStyles
must be consistent with those specified for odfTable
, specifically the useRowNames
and header
arguments.
Once the appropriate set of style names are generated, the user can programatically alter it. For example, based on some logic, cells can have different text colors etc.
The document formatting.odt in the package's examples directory
illustrates the process of changing the appearance of the table using tableStyles
.