Skip to content

Commit c84d936

Browse files
author
smeyer
committed
fix bad usage (via r87263)
git-svn-id: https://svn.r-project.org/R/trunk@87264 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fac2194 commit c84d936

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/library/grid/man/current.viewport.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ current.parent(n=1)
3333
current.vpTree(all=TRUE)
3434
current.vpPath()
3535
current.transform()
36+
current.rotation()
3637
}
3738
\arguments{
3839
\item{n}{ The number of generations to go up.}

src/library/grid/man/grid-internal.Rd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@
203203
Internal Grid functions
204204
}
205205
\usage{
206-
current.rotation()
207206
grid.multipanel(x = stats::runif(90), y = stats::runif(90),
208207
z = stats::runif(90), nplots = 9, nrow = 5, ncol = 2,
209208
newpage = TRUE, vp = NULL)

0 commit comments

Comments
 (0)