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.