Search notes:

R functions for graphics

High-level graph functions

High-level graph functions open a new graph by initializing a new window.
Some of such high level graph functions are;

Low-level graph functions

Low-level graph functions do not start a new graph. They're used to amend existing graphs (that previously were started with one of the high level graph functions).
Some of such low level graph functions are

Packages

lattice, ggplot2, rgl, scatterplot3d

See also

R graphics
R functions for colors

Index