Description Usage Arguments Value Author(s) See Also Examples
Create an Fill object, useful when working with cell styles.
1 2 3 4 5 6 7 |
x |
a Fill object, as returned by |
foregroundColor |
a character vector specifiying the foreground color.
Any color names as returned by |
backgroundColor |
a character vector specifiying the foreground color.
Any color names as returned by |
pattern |
a character vector specifying the fill pattern style. Valid
values come from constant |
Fill
returns a list with components from the input argument,
and a class attribute "Fill". Fill objects are used when constructing cell
styles.
is.Fill
returns TRUE
if the argument is of class "Fill" and
FALSE
otherwise.
Adrian Dragulescu
CellStyle
for using the a Fill
object.
1 | fill <- Fill()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.