Possible Duplicate:
how to create a plot with customized points in R?
I know in R you can use plot to specify the color of the points
plot(......,col="red")
makes the points in a scatter plot, for example, red.
How can I specify the border color of the points such that the border color is different from the fill color.