Ex.pch {shipunov} | R Documentation |
Point ('pch') examples
Ex.pch(extras=c("*", ".", "+", "a"), cex=2, col="black", bg="gray",
coltext="black", cextext=1.2, main="")
Ex.points(extras=c("*", ".", "+", "a"), cex=2, col="black", bg="gray",
coltext="black", cextext=1.2, main="")
extras |
which extra symbols to show |
cex |
point scale, default 2 |
col |
point color, default black |
bg |
point background (for symbols with a 'bg'-colored interior), default gray |
coltext |
text color, default black |
cextext |
text scale, default 1.2 |
main |
plot title, no title by default |
Point ('pch') examples, modified from 'example(points)'.
Alexey Shipunov
Ex.points()