Temporary changes: arguments to graphics functions



next up previous contents
Next: Graphics parameters list Up: Using graphics parameters Previous: Permanent changes: the

Temporary changes: arguments to graphics functions

Graphics parameters may also be passed to (almost) any graphics function as named arguments. This has the same effect as passing the arguments to the par() function, except that the changes only last for the duration of the function call. For example:

plot(x,y,pch="+")

produces a scatterplot using a plus sign as the plotting character, without changing the default plotting character for future plots.



Erik Moledor
Tue Jan 31 21:02:18 EST 1995