chmAddCSS {NGCHM} | R Documentation |
Add custom CSS to a NGCHM.
Description
Add custom Cascading Style Sheet (CSS) to a Next Generation Clustered Heat Map (NGCHM) and return the extended CHM.
Usage
chmAddCSS(chm, css)
## S4 method for signature 'ngchm,character'
chmAddCSS(chm, css)
Arguments
chm |
The chm to add the CSS to. |
css |
The css selector and style information. |
Value
The extended chm.
See Also
[Package NGCHM version 1.0.3 Index]