Skip to content

Commit 158fc2f

Browse files
author
maechler
committed
explain negative tcl (PR#18827)
git-svn-id: https://svn.r-project.org/R/trunk@87384 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 3713345 commit 158fc2f

File tree

1 file changed

+7
-6
lines changed
  • src/library/graphics/man

1 file changed

+7
-6
lines changed

src/library/graphics/man/par.Rd

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/graphics/man/par.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2022 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{par}
@@ -512,7 +512,8 @@ par(\dots, no.readonly = FALSE)
512512
relevant side, so if \code{tck = 1} grid lines are drawn. The
513513
default setting (\code{tck = NA}) is to use \code{tcl = -0.5}.}
514514
\item{\code{tcl}}{The length of tick marks as a fraction of the
515-
height of a line of text. The default value is \code{-0.5};
515+
height of a line of text. Negative values give tick marks outside
516+
the plotting region. The default value is \code{-0.5};
516517
setting \code{tcl = NA} sets \code{tck = -0.01} which is S' default.}
517518
\item{\code{usr}}{A vector of the form \code{c(x1, x2, y1, y2)}
518519
giving the extremes of the user coordinates of the plotting
@@ -612,10 +613,10 @@ par(\dots, no.readonly = FALSE)
612613
short form (e.g, \code{"#rgb"} or \code{"#rgba"}). The short form is
613614
expanded to the long form by replicating digits (not by adding zeroes),
614615
e.g., \code{"#rgb"} becomes \code{"#rrggbb"}. Colors can
615-
also be specified by giving an index into a small table of colors, the
616-
\code{\link{palette}}: indices wrap round so with the default palette
617-
of size 8, \code{10} is the same as \code{2}. This provides
618-
compatibility with S. Index \code{0} corresponds to the background
616+
also be specified by giving an index into a small table of colors, the
617+
\code{\link{palette}}: indices wrap round so with the default palette
618+
of size 8, \code{10} is the same as \code{2}. This provides
619+
compatibility with S. Index \code{0} corresponds to the background
619620
color. Note that the palette (apart from \code{0} which is per-device)
620621
is a per-session setting.
621622

0 commit comments

Comments
 (0)