Ex.pch | 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
points
Ex.points()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.