props_mod | R Documentation |
Update the graphical properties for selected table entries, hvrules, or blocks in a plotted table. This is an internal function, not intended to be called by package users.
props_mod(x, value, id=NULL, e=NULL, arows=NULL, acols=NULL,
setEnabled=TRUE)
x |
A |
value |
An |
id , e , arows , acols |
Arguments that identify which elements in |
setEnabled |
Logical scalar. If TRUE then any element whose properties are updated by
this function will have its |
This is a backend for public functions props<-
, propsa<-
,
and propsd<-
. The latter are wrappers that accept different sets
of arguments to specify which elements are to be updated. See their
documentation for the details.
This function overrides graphical properties in x
that may have
been set by a style. Therefore the value of style_row
is set to NA
for any elements whose graphical properties are updated by this function.
An object like x
, with updated graphical properties for the
selected elements.
props<-
, propsa<-
, propsd<-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.