chprop.borderProperties
From ReporteRs v0.7.1
by David Gohel
Modify border formatting properties
Modify an object of class borderProperties
.
Usage
# S3 method for borderProperties
chprop(object, color, style, width, ...)
Arguments
- object
borderProperties
object to modify- ...
further arguments - not used
- color
border color - single character value (e.g. "#000000" or "black")
- style
border style - single character value : "none" or "solid" or "dotted" or "dashed"
- width
border width - an integer value : 0>= value
Value
a borderProperties
object
See Also
Examples
# NOT RUN {
x = borderProperties()
chprop(x, color="orange", style="dashed", width=1)
chprop(x, width=5)
# }
Community examples
Looks like there are no examples yet.