|
1 | 1 | % File src/library/graphics/man/par.Rd |
2 | 2 | % Part of the R package, https://www.R-project.org |
3 | | -% Copyright 1995-2022 R Core Team |
| 3 | +% Copyright 1995-2024 R Core Team |
4 | 4 | % Distributed under GPL 2 or later |
5 | 5 |
|
6 | 6 | \name{par} |
@@ -512,7 +512,8 @@ par(\dots, no.readonly = FALSE) |
512 | 512 | relevant side, so if \code{tck = 1} grid lines are drawn. The |
513 | 513 | default setting (\code{tck = NA}) is to use \code{tcl = -0.5}.} |
514 | 514 | \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}; |
516 | 517 | setting \code{tcl = NA} sets \code{tck = -0.01} which is S' default.} |
517 | 518 | \item{\code{usr}}{A vector of the form \code{c(x1, x2, y1, y2)} |
518 | 519 | giving the extremes of the user coordinates of the plotting |
@@ -612,10 +613,10 @@ par(\dots, no.readonly = FALSE) |
612 | 613 | short form (e.g, \code{"#rgb"} or \code{"#rgba"}). The short form is |
613 | 614 | expanded to the long form by replicating digits (not by adding zeroes), |
614 | 615 | 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 |
619 | 620 | color. Note that the palette (apart from \code{0} which is per-device) |
620 | 621 | is a per-session setting. |
621 | 622 |
|
|
0 commit comments