Ex.pch: Point examples

Ex.pchR 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

points

Examples

Ex.points()

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to Ex.pch in shipunov...