Skip to content

Commit 12562b1

Browse files
author
smeyer
committed
document return value (amends c84816)
git-svn-id: https://svn.r-project.org/R/trunk@86479 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 832035a commit 12562b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/library/graphics/man/grid.Rd

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

66
\name{grid}
@@ -28,6 +28,10 @@ grid(nx = NULL, ny = nx, col = "lightgray", lty = "dotted",
2828
FALSE} in that case gives \emph{non equidistant} tick aligned
2929
grid lines.}
3030
}
31+
\value{
32+
A list of the x (\code{"atx"}) and y (\code{"aty"}) coordinates at
33+
which the grid lines were drawn is returned invisibly.
34+
}
3135
\note{
3236
If more fine tuning is required, use \code{\link{abline}(h = ., v = .)}
3337
directly.

0 commit comments

Comments
 (0)