powered by
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="")
which extra symbols to show
point scale, default 2
point color, default black
point background (for symbols with a 'bg'-colored interior), default gray
text color, default black
text scale, default 1.2
plot title, no title by default
Point ('pch') examples, modified from 'example(points)'.
points
# NOT RUN { Ex.points() # }
Run the code above in your browser using DataLab