# NOT RUN {
# define a custom style
custom.style <- Rcss(text="plot { pch:19; col: 2 }")
# display the custom style
printRcss(custom.style, "plot")
# use the custom style in a chart
plot(1:4, 1:4, Rcss=custom.style)
# }
Run the code above in your browser using DataLab