shipunov (version 1.5)

Ex.pch: 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)'.

See Also

points

Examples

Run this code
# NOT RUN {
Ex.points()
# }

Run the code above in your browser using DataCamp Workspace