[ top | up ]

Basic Internal Plot Function

Syntax

plot.xy(xy, type, pch=1, lty="solid", col=par("fg"), bg=NA, cex=1, ...)

Arguments

xy A four-element list as results from xy.coords(..).
type 1 character code
pch character or integer code for kind of points
lty line type code
col color code
bg background color
cex character expansion
... further graphical parameters

Description

This is the internal function that does the basic plotting of points and lines. Usually, one should rather use the higher level functions instead and refer to their help pages for explanation of the arguments.

See Also

plot, plot.default, points, lines.

Examples

points.default # just calling "plot.xy(xy.coords(x, y), type = "p", ......)"