Ex.pch {shipunov} | R Documentation |
Point examples
Description
Point ('pch') examples
Usage
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="")
Arguments
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 |
Details
Point ('pch') examples, modified from 'example(points)'.
Author(s)
Alexey Shipunov
See Also
Examples
Ex.points()
[Package shipunov version 1.17.1 Index]