Rev 41502 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{par}\alias{par}\alias{.Pars}\concept{adj}\concept{ann}\concept{ask}\concept{bg}\concept{bty}\concept{cex.axis}\concept{cex.lab}\concept{cex.main}\concept{cex.sub}\concept{cex}\concept{cin}\concept{col.axis}\concept{col.lab}\concept{col.main}\concept{col.sub}\concept{col}\concept{cra}\concept{crt}\concept{csi}\concept{cxy}\concept{din}\concept{err}\concept{family}\concept{fg}\concept{fig}\concept{fin}\concept{font.axis}\concept{font.lab}\concept{font.main}\concept{font.sub}\concept{font}\concept{gamma}\concept{lab}\concept{las}\concept{lend}\concept{lheight}\concept{ljoin}\concept{lmitre}\concept{lty}\concept{lwd}\concept{mai}\concept{mar}\concept{mex}\concept{mfcol}\concept{mfg}\concept{mfrow}\concept{mgp}\concept{mkh}\concept{new}\concept{oma}\concept{omd}\concept{omi}\concept{pch}\concept{pin}\concept{plt}\concept{ps}\concept{pty}\concept{smo}\concept{srt}\concept{tck}\concept{tcl}\concept{usr}\concept{xaxp}\concept{xaxs}\concept{xaxt}\concept{xlog}\concept{xpd}\concept{yaxp}\concept{yaxs}\concept{yaxt}\concept{ylog}\concept{color}\concept{colour}\title{Set or Query Graphical Parameters}%% The 'real documentation' is the code in ../../../main/par.c%% AND (defined AND commented) in ../../../include/Graphics.h%% Default initialization by GInit() in ../../../main/graphics.c\description{\code{par} can be used to set or query graphical parameters.Parameters can be set by specifying them as arguments to \code{par} in\code{tag = value} form, or by passing them as a list of taggedvalues.}\usage{par(\dots, no.readonly = FALSE)\special{<highlevel plot> (\dots, <tag> = <value>)}}\arguments{\item{\dots}{arguments in \code{tag = value} form, or a list of taggedvalues. The tags must come from the graphical parameters describedbelow.}\item{no.readonly}{logical; if \code{TRUE} and there are no otherarguments, only parameters are returned which can be set by asubsequent \code{par()} call.}}\details{Parameters are queried by giving one or more character vectors to\code{par}.\code{par()} (no arguments) or \code{par(no.readonly=TRUE)} is used toget \emph{all} the graphical parameters (as a named list). Theirnames are currently taken from the unexported variable \code{.Pars}.\emph{\bold{R.O.}} indicates \emph{\bold{read-only arguments}}: Thesemay only be used in queries and cannot be set. (\code{"cin"},\code{"cra"}, \code{"csi"}, \code{"cxy"} and \code{"din"} are alwaysread-only, and \code{"gamma"} is on most devices.)There are several parameters can only be set by a call to \code{par()}:\itemize{\item \code{"ask"},\item \code{"fig"}, \code{"fin"},\item \code{"lheight"},\item \code{"mai"}, \code{"mar"}, \code{"mex"},\code{"mfcol"}, \code{"mfrow"}, \code{"mfg"},\item \code{"new"},\item \code{"oma"}, \code{"omd"}, \code{"omi"},\item \code{"pin"}, \code{"plt"}, \code{"ps"}, \code{"pty"},\item \code{"usr"},\item \code{"xlog"}, \code{"ylog"}}The remaining parameters can also be set as arguments (often via\code{\dots}) to high-level plot functions such as\code{\link{plot.default}}, \code{\link{plot.window}},\code{\link{points}}, \code{\link{lines}}, \code{\link{abline}},\code{\link{axis}}, \code{\link{title}}, \code{\link{text}},\code{\link{mtext}}, \code{\link{segments}}, \code{\link{symbols}},\code{\link{arrows}}, \code{\link{polygon}}, \code{\link{rect}},\code{\link{box}}, \code{\link{contour}}, \code{\link{filled.contour}}and \code{\link{image}}. Such settings will be active during theexecution of the function, only. However, see the comments on\code{bg} and \code{cex}, which may be taken as arguments to certainplot functions rather than as graphical parameters.The meaning of \sQuote{character size} is not well-defined: this isset up for the device taking \code{pointsize} into account but oftennot the actual font family in use. It can be considered to be anestimate of the size of character \code{M} in a proportionally-spacedfont.}\value{When parameters are set, their former values are returned in aninvisible named list. Such a list can be passed as an argument to\code{par} to restore the parameter values.Use \code{par(no.readonly = TRUE)} for the full list of parametersthat can be restored.When just one parameter is queried, the value of that parameteris returned as (atomic) vector. When two or more parameters arequeried, their values are returned in a list, with the list namesgiving the parameters.Note the inconsistency: setting one parameter returns a list, butquerying one parameter returns a vector.}\section{Graphical Parameters}{\describe{\item{\code{adj}}{The value of \code{adj} determines the way inwhich text strings are justified. A value of \code{0} producesleft-justified text, \code{0.5} centered text and \code{1}right-justified text. (Any value in \eqn{[0, 1]} is allowed, andon most devices values outside that interval will also work.)Note that the \code{adj} argument of \code{\link{text}} alsoallows \code{adj = c(x, y)} for different adjustment in x- and y-direction.}\item{\code{ann}}{If set to \code{FALSE}, high-level plottingfunctions calling \code{\link{plot.default}} do not annotate theplots they produce with axis titles and overall titles. Thedefault is to do annotation.}\item{\code{ask}}{logical. If \code{TRUE} (and the \R session isinteractive) the user is asked for input, before a new figure isdrawn. As this applies to the device, it also affects output bypackages \pkg{grid} and \pkg{lattice}. It can be set even onnon-screen devices.}\item{\code{bg}}{The color to be used for the background of plots.When called from \code{par()} it also sets \code{new=FALSE}.A description of how colors are specified is given below.Note that some graphics functions such as\code{\link{plot.default}} and \code{\link{points}} have an\emph{argument} of this name with a different meaning.}\item{\code{bty}}{A character string which determined the type of\code{\link{box}} which is drawn about plots. If \code{bty} is one of\code{"o"}, \code{"l"}, \code{"7"}, \code{"c"}, \code{"u"}, or\code{"]"} the resulting box resembles the corresponding uppercase letter. A value of \code{"n"} suppresses the box.}\item{\code{cex}}{A numerical value giving the amount by whichplotting text and symbols should be scaled relative to thedefault. Note that some graphics functions such as\code{\link{plot.default}} have an \emph{argument} of this namewhich multiplies this graphical parameter.}\item{\code{cex.axis}}{The magnification to be used for axisannotation relative to the current setting of \code{cex}.(Some functions such as \code{\link{points}} accept a vector of valueswhich are recycled. Other uses will take just the first value ifa vector of length greater than one is supplied.)}\item{\code{cex.lab}}{The magnification to be used for x and ylabels relative to the current setting of \code{cex}.}\item{\code{cex.main}}{The magnification to be used for main titlesrelative to the current setting of \code{cex}.}\item{\code{cex.sub}}{The magnification to be used for sub-titlesrelative to the current setting of \code{cex}.}\item{\code{cin}}{\emph{\bold{R.O.}}; character size\code{(width, height)} in inches.}\item{\code{col}}{A specification for the default plotting color. Adescription of how colors are specified is given below.(Some functions such as \code{\link{lines}} accept a vector of valueswhich are recycled. Other uses will take just the first value ifa vector of length greater than one is supplied.)}\item{\code{col.axis}}{The color to be used for axis annotation.}\item{\code{col.lab}}{The color to be used for x and y labels.}\item{\code{col.main}}{The color to be used for plot main titles.}\item{\code{col.sub}}{The color to be used for plot sub-titles.}\item{\code{cra}}{\emph{\bold{R.O.}}; size of default character\code{(width, height)} in \dQuote{rasters} (pixels). Some deviceshave no concept of pixels and so assume an arbitrary pixel size,usually 1/72 inch.}\item{\code{crt}}{A numerical value specifying (in degrees) howsingle characters should be rotated. It is unwise to expectvalues other than multiples of 90 to work. Compare with\code{srt} which does string rotation.}\item{\code{csi}}{\emph{\bold{R.O.}}; height of (default sized)characters in inches.}\item{\code{cxy}}{\emph{\bold{R.O.}}; size of default character\code{(width, height)} in user coordinate units.\code{par("cxy")} is \code{par("cin")/par("pin")} scaled to usercoordinates.Note that \code{c(\link{strwidth}(ch), \link{strheight}(ch))} fora given string \code{ch} is usually much more precise.}\item{\code{din}}{\emph{\bold{R.O.}}; the device dimensions,\code{(width,height)}, in inches.}\item{\code{err}}{(\emph{Unimplemented}; \R is silent when pointsoutside the plot region are \emph{not} plotted.)The degree of error reporting desired.}\item{\code{family}}{The name of a font family for drawing text.The maximum allowed length is 200 bytes.This name gets mapped by each graphics device to device-specificfont descriptions.The default value is \code{""} which means that thedefault device fonts will be used.Standard values are \code{"serif"}, \code{"sans"},\code{"mono"}, and \code{"symbol"} and the \link{Hershey}font families are also available. (Different devicesmay define others, and some devices will ignore this settingcompletely.) This can be specified inline for\code{\link{text}}.}\item{\code{fg}}{The color to be used for the foreground of plots.This is the default color used for things like axes and boxesaround plots. When called from \code{par()} this also setsparameter \code{col} to the same value.A description of how colors are specified is given below.}\item{\code{fig}}{A numerical vector of the form \code{c(x1, x2, y1,y2)} which gives the (NDC) coordinates of the figure region inthe display region of the device. If you set this, unlike S, youstart a new plot, so to add to an existing plot use\code{new=TRUE} as well.}\item{\code{fin}}{The figure region dimensions,\code{(width,height)}, in inches. If you set this, unlike S, youstart a new plot.}\item{\code{font}}{An integer which specifies which font to use fortext. If possible, device drivers arrange so that 1 correspondsto plain text, 2 to bold face, 3 to italic and 4 to bolditalic. Also, font 5 is expected to be the symbol font, in Adobesymbol encoding. On some devices font families can be selected by\code{family} to choose different sets of 5 fonts.}\item{\code{font.axis}}{The font to be used for axis annotation.}\item{\code{font.lab}}{The font to be used for x and y labels.}\item{\code{font.main}}{The font to be used for plot main titles.}\item{\code{font.sub}}{The font to be used for plot sub-titles.}\item{\code{gamma}}{the gamma correction, see argument \code{gamma}to \code{\link{hsv}}. This is only accepted if the current devicehas support for changing the gamma correction: currently only\code{windows} and \code{quartz} do. (\code{X11} has support forsetting the gamma correction when opening the device, but not forchanging it.)}\item{\code{lab}}{A numerical vector of the form \code{c(x, y, len)}which modifies the default way that axes are annotated. The values of\code{x} and \code{y} give the (approximate) number of tickmarkson the x and y axes and \code{len} specifies the label length. Thedefault is \code{c(5, 5, 7)}. Note that this only affects the waythe parameters \code{xaxp} and \code{yaxp} are set when the usercoordinate system is set up, and is not consulted when axes are drawn.\code{len} \emph{is unimplemented} in \R.}\item{\code{las}}{numeric in \{0,1,2,3\}; the style of axis labels.\describe{\item{0:}{always parallel to the axis [\emph{default}],}\item{1:}{always horizontal,}\item{2:}{always perpendicular to the axis,}\item{3:}{always vertical.}}Note that other string/character rotation (via argument \code{srt}to \code{par}) does \emph{not} affect the axis labels.}\item{\code{lend}}{The line end style. This can be specified as aninteger or string:\describe{\item{\code{0}}{and \code{"round"} mean rounded line caps[\emph{default}];}\item{\code{1}}{and \code{"butt"} mean butt line caps;}\item{\code{2}}{and \code{"square"} mean square line caps.}}}\item{\code{lheight}}{The line height multiplier.The height of a line of text (used to vertically spacemulti-line text) is found by multiplying the currentfont size both by the current character expansion and by theline height multiplier. Default value is 1.}\item{\code{ljoin}}{The line join style.This can be specified as an integer or string:\describe{\item{\code{0}}{and \code{"round"} mean rounded line joins[\emph{default}];}\item{\code{1}}{and \code{"mitre"} mean mitred line joins;}\item{\code{2}}{and \code{"bevel"} mean bevelled line joins.}}}\item{\code{lmitre}}{The line mitre limit.This controls when mitred line joins are automaticallyconverted into bevelled line joins. Thevalue must be larger than 1 and the default is 10. Not alldevices will honour this setting.}\item{\code{lty}}{The line type.Line types can either be specified as an integer (0=blank,1=solid, 2=dashed, 3=dotted, 4=dotdash, 5=longdash, 6=twodash) oras one of the character strings \code{"blank"}, \code{"solid"},\code{"dashed"}, \code{"dotted"}, \code{"dotdash"},\code{"longdash"}, or \code{"twodash"}, where \code{"blank"} uses\sQuote{invisible lines} (i.e., does not draw them).Alternatively, a string of up to 8 characters (from \code{c(1:9,"A":"F")}) may be given, giving the length of line segmentswhich are alternatively drawn and skipped. See section\sQuote{Line Type Specification} below.Some functions such as \code{\link{lines}} accept a vector of valueswhich are recycled. Other uses will take just the first value ifa vector of length greater than one is supplied.}\item{\code{lwd}}{The line width, a \emph{positive} number,defaulting to \code{1}. The interpretation is device-specific,and some devices do not implement line widths less than one.(See the help on the device for details of the interpretation.)Some functions such as \code{\link{lines}} accept a vector of valueswhich are recycled. Other uses will take just the first value ifa vector of length greater than one is supplied.}\item{\code{mai}}{A numerical vector of the form \code{c(bottom,left, top, right)} which gives the margin size specified ininches.}\item{\code{mar}}{A numerical vector of the form \code{c(bottom,left, top, right)} which gives the number of lines of margin to bespecified on the four sides of the plot.The default is \code{c(5, 4, 4, 2) + 0.1}.}\item{\code{mex}}{\code{mex} is a character size expansion factorwhich is used to describe coordinates in the margins of plots.Note that this does not change the font size, rather specifies thesize of font used to convert between \code{mar} and \code{mai},and between \code{oma} and \code{omi}.}\item{\code{mfcol, mfrow}}{A vector of the form \code{c(nr, nc)}.Subsequent figures will be drawn in an \code{nr}-by-\code{nc}array on the device by \emph{columns} (\code{mfcol}), or\emph{rows} (\code{mfrow}), respectively.In a layout with exactly two rows and columns the base value of\code{"cex"} is reduced by a factor of 0.83: if there are three ormore of either rows or columns, the reduction factor is 0.66.Consider the alternatives, \code{\link{layout}} and\code{\link{split.screen}}.}\item{\code{mfg}}{A numerical vector of the form \code{c(i, j)}where \code{i} and \code{j} indicate which figure in an array offigures is to be drawn next (if setting) or is being drawn (ifenquiring). The array must already have been set by \code{mfcol}or \code{mfrow}.For compatibility with S, the form \code{c(i, j, nr, nc)} is alsoaccepted, when \code{nr} and \code{nc} should be the currentnumber of rows and number of columns. Mismatches will be ignored,with a warning.}\item{\code{mgp}}{The margin line (in \code{mex} units) for the axistitle, axis labels and axis line.The default is \code{c(3, 1, 0)}.}\item{\code{mkh}}{The height in inches of symbols to be drawn whenthe value of \code{pch} is an integer.%% <FIXME>\emph{Completely ignored currently}.%% </FIXME>}\item{\code{new}}{logical, defaulting to \code{FALSE}. If set to\code{TRUE}, the next high-level plotting command (actually\code{\link{plot.new}}) should \emph{not clean} the frame beforedrawing \dQuote{as if it was on a \bold{\emph{new}} device}.}\item{\code{oma}}{A vector of the form \code{c(bottom, left, top,right)} giving the size of the outer margins in lines of text.}\item{\code{omd}}{A vector of the form \code{c(x1, x2, y1, y2)}giving the outer margin region in NDC (= normalized devicecoordinates), i.e., as fraction (in \eqn{[0,1]}) of the deviceregion.}\item{\code{omi}}{A vector of the form \code{c(bottom, left, top,right)} giving the size of the outer margins in inches.}\item{\code{pch}}{Either an integer specifying a symbol or a singlecharacter to be used as the default in plotting points. See\code{\link{points}} for possible values and their interpretation.}\item{\code{pin}}{The current plot dimensions, \code{(width,height)},in inches.}\item{\code{plt}}{A vector of the form \code{c(x1, x2, y1, y2)}giving the coordinates of the plot region as fractions of thecurrent figure region.}\item{\code{ps}}{integer; the pointsize of text (but not symbols). Unlikethe \code{pointsize} argument of most devices, this does not changethe relationship between \code{mar} and \code{mai} (nor \code{oma}and \code{omi}), but it does scale \code{cin} and \code{csi}.What is meant by \sQuote{pointsize} is device-specific, but mostdevices mean a multiple of 1bp, that is 1/72 of an inch.}\item{\code{pty}}{A character specifying the type of plot region tobe used; \code{"s"} generates a square plotting region and\code{"m"} generates the maximal plotting region.}\item{\code{smo}}{(\emph{Unimplemented}) a value which indicates howsmooth circles and circular arcs should be.}\item{\code{srt}}{The string rotation in degrees. See the commentabout \code{crt}.%% NOT true for R (but for S): Causes \code{srt} to be set to the%% same value. ?? Is `crt' meant here ??}\item{\code{tck}}{The length of tick marks as a fraction of thesmaller of the width or height of the plotting region.If \code{tck >= 0.5} it is interpreted as a fraction of therelevant side, so if\code{tck = 1} grid lines are drawn. The default setting(\code{tck = NA}) is to use \code{tcl = -0.5} (see below).}\item{\code{tcl}}{The length of tick marks as a fraction of theheight of a line of text. The default value is \code{-0.5};setting \code{tcl = NA} sets \code{tck = -0.01} which is S' default.}\item{\code{usr}}{A vector of the form \code{c(x1, x2, y1, y2)}giving the extremes of the user coordinates of the plottingregion. When a logarithmic scale is in use (i.e.,\code{par("xlog")} is true, see below), then the x-limits will be\code{10 ^ par("usr")[1:2]}. Similarly for the y-axis.}\item{\code{xaxp}}{A vector of the form \code{c(x1, x2, n)} givingthe coordinates of the extreme tick marks and the number ofintervals between tick-marks when \code{par("xlog")} is false.Otherwise, when \emph{log} coordinates are active, the threevalues have a different meaning: For a small range, \code{n} is\emph{negative}, and the ticks are as in the linear case,otherwise, \code{n} is in \code{1:3}, specifying a case number,and \code{x1} and \code{x2} are the lowest and highest power of 10inside the user coordinates, \code{10 ^ par("usr")[1:2]}. (The\code{"usr"} coordinates are log10-transformed here!)\describe{\item{n=1}{will produce tick marks at \eqn{10^j} forinteger \eqn{j},}\item{n=2}{gives marks \eqn{k 10^j} with \eqn{k \in \{1, 5\}},}\item{n=3}{gives marks \eqn{k 10^j} with \eqn{k \in \{1, 2, 5\}}.}}See \code{\link{axTicks}()} for a pure \R implementation of this.This parameter is reset when a user coordinate system is set up,for example by starting a new page or by calling\code{\link{plot.window}} or setting \code{par("usr")}: \code{n}is taken from \code{par("lab")}. It affects the default behaviourof subsequent calls to \code{\link{axis}} for sides 1 or 3.}\item{\code{xaxs}}{The style of axis interval calculation to be usedfor the x-axis. Possible values are \code{"r"}, \code{"i"},\code{"e"}, \code{"s"}, \code{"d"}. The styles are generallycontrolled by the range of data or \code{xlim}, if given.Style \code{"r"} (regular) first extends the data range by 4percent and then finds an axis with pretty labels that fits withinthe range.Style \code{"i"} (internal) just finds an axis with pretty labelsthat fits within the original data range.Style \code{"s"} (standard) finds an axis with pretty labelswithin which the original data range fits.Style \code{"e"} (extended) is like style \code{"s"}, except thatit is also ensures that there is room for plotting symbols withinthe bounding box.Style \code{"d"} (direct) specifies that the current axis shouldbe used on subsequent plots.(\emph{Only \code{"r"} and \code{"i"} styles are currentlyimplemented})}\item{\code{xaxt}}{A character which specifies the x axis type.Specifying \code{"n"} suppresses plotting of the axis. Thestandard value is \code{"s"}: for compatibility with S values\code{"l"} and \code{"t"} are accepted but are equivalent to\code{"s"}: any value other than \code{"n"} implies plotting.}\item{\code{xlog}}{A logical value (see \code{log} in\code{\link{plot.default}}). If \code{TRUE}, a logarithmic scaleis in use (e.g., after \code{plot(*, log = "x")}).For a new device, it defaults to \code{FALSE}, i.e., linear scale.}\item{\code{xpd}}{A logical value or \code{NA}.If \code{FALSE}, all plotting is clipped to the plot region, if\code{TRUE}, all plotting is clipped to the figure region, and if\code{NA}, all plotting is clipped to the device region.}\item{\code{yaxp}}{A vector of the form \code{c(y1, y2, n)} givingthe coordinates of the extreme tick marks and the number ofintervals between tick-marks unless for log coordinates, see\code{xaxp} above.}\item{\code{yaxs}}{The style of axis interval calculation to be usedfor the y-axis. See \code{xaxs} above.}\item{\code{yaxt}}{A character which specifies the y axis type.Specifying \code{"n"} suppresses plotting.}\item{\code{ylog}}{A logical value; see \code{xlog} above.}}}\section{Color Specification}{Colors can be specified in several different ways. The simplest way iswith a character string giving the color name (e.g., \code{"red"}). Alist of the possible colors can be obtained with the function\code{\link{colors}}. Alternatively, colors can be specified directly interms of their RGB components with a string of the form \code{"#RRGGBB"}where each of the pairs \code{RR}, \code{GG}, \code{BB} consist of twohexadecimal digits giving a value in the range \code{00} to \code{FF}.Colors can also be specified by giving an index into a small table ofcolors, the \code{\link{palette}}. This provides compatibility withS. Index \code{0} corresponds to the background color.Additionally, \code{"transparent"} or (integer) \code{NA} is\emph{transparent}, useful for filled areas (such as the background!),and just invisible for things like lines or text. Semi-transparentcolors are available for use on devices that support them.The functions \code{\link{rgb}}, \code{\link{hsv}}, \code{\link{hcl}},\code{\link{gray}} and \code{\link{rainbow}}provide additional ways of generating colors.}\section{Line Type Specification}{Line types can either be specified by giving an index into a smallbuilt-in table of line types (1 = solid, 2 = dashed, etc, see\code{lty} above) or directly as the lengths of on/off stretches ofline. This is done with a string of an even number (up to eight)of characters, namely \emph{non-zero}(hexadecimal) digits which give the lengths in consecutive positionsin the string. For example, the string \code{"33"} specifies threeunits on followed by three off and \code{"3313"} specifies three unitson followed by three off followed by one on and finally three off.The \sQuote{units} here are (on most devices) proportional to\code{lwd}, and with \code{lwd = 1} are in pixels or points or 1/96inch.The five standard dash-dot line types (\code{lty = 2:6}) correspond to\code{c("44", "13", "1343", "73", "2262")}.Note that \code{NA} is not a valid value for \code{lty}.Prior to \R 2.4.0, zero hex digits were accepted and handled in adevice-dependent way, e.g. \code{X11()} mapped them to one, \code{pdf()}regarded zero as terminating the string and \code{windows()} gave azero-length stretch.}\note{The effect of restoring all the (settable) graphics parameters asin the examples is hard to predict if the device has been resized.Several of them are attempting to set the same things in differentways, and those last in the alphabet will win. In particular, thesettings of \code{mai}, \code{mar}, \code{pin}, \code{plt} and\code{pty} interact, as do the outer margin settings, the figurelayout and figure region size.}\references{Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)\emph{The New S Language}.Wadsworth \& Brooks/Cole.Murrell, P. (2005) \emph{R Graphics}. Chapman & Hall/CRC Press.}\seealso{\code{\link{plot.default}} for some high-level plotting parameters;\code{\link{colors}};\code{\link{options}} for other setup parameters;graphic devices \code{\link{x11}}, \code{\link{postscript}} andsetting up device regions by \code{\link{layout}} and\code{\link{split.screen}}.}\examples{op <- par(mfrow = c(2, 2), # 2 x 2 pictures on one plotpty = "s") # square plotting region,# independent of device size## At end of plotting, reset to previous settings:par(op)## Alternatively,op <- par(no.readonly = TRUE) # the whole list of settable par's.## do lots of plotting and par(.) calls, then reset:par(op)par("ylog") # FALSEplot(1 : 12, log = "y")par("ylog") # TRUEplot(1:2, xaxs = "i") # 'inner axis' w/o extra spacepar(c("usr", "xaxp"))( nr.prof <-c(prof.pilots=16,lawyers=11,farmers=10,salesmen=9,physicians=9,mechanics=6,policemen=6,managers=6,engineers=5,teachers=4,housewives=3,students=3,armed.forces=1))par(las = 3)barplot(rbind(nr.prof)) # R 0.63.2: shows alignment problempar(las = 0)# reset to defaultrequire(grDevices) # for gray## 'fg' use:plot(1:12, type = "b", main="'fg' : axes, ticks and box in gray",fg = gray(0.7), bty="7" , sub=R.version.string)ex <- function() {old.par <- par(no.readonly = TRUE) # all par settings which# could be changed.on.exit(par(old.par))## ...## ... do lots of par() settings and plots## ...invisible() #-- now, par(old.par) will be executed}ex()}\keyword{iplot}\keyword{dplot}\keyword{environment}