Modify an object of class borderProperties
.
# S3 method for borderProperties
chprop(object, color, style, width, ...)
borderProperties
object to
modify
further arguments - not used
border color - single character value (e.g. "#000000" or "black")
border style - single character value : "none" or "solid" or "dotted" or "dashed"
border width - an integer value : 0>= value
a borderProperties
object
# NOT RUN {
x = borderProperties()
chprop(x, color="orange", style="dashed", width=1)
chprop(x, width=5)
# }
Run the code above in your browser using DataLab