I have some data that I have to plot as coloured points, and I would like to get a dark border around the points. Here is the code:
plot(x, y, pch=c(rep(16, 6), rep(17, 6)), cex=1.3, col=my_colors)
This produces coloured points without border... How can I add a dark border?