Plot3()
is an experimental function that generates
a two-dimensional plot with the impression of a third dimension
obtained through point scaling, overlap and fogging.
Coordinates of points to plot.
Parameters passed to
plot.default()
.
Colour with which to fill plot area, used as fog colour.
Numeric specifying amount of mist to apply to distant points.
Numeric specifying degree to which size of plotted point
should reflect z
position.
Plot3(1:10, 1:10, 1:10, cex = 7, pch = 16, axes = FALSE, asp = 1)