The R Project SVN R

Rev

Rev 83835 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83835 Rev 87264
Line 201... Line 201...
201
\title{Internal Grid Functions}
201
\title{Internal Grid Functions}
202
\description{
202
\description{
203
  Internal Grid functions
203
  Internal Grid functions
204
}
204
}
205
\usage{
205
\usage{
206
current.rotation() 
-
 
207
grid.multipanel(x = stats::runif(90), y = stats::runif(90),
206
grid.multipanel(x = stats::runif(90), y = stats::runif(90),
208
                z = stats::runif(90), nplots = 9, nrow = 5, ncol = 2,
207
                z = stats::runif(90), nplots = 9, nrow = 5, ncol = 2,
209
                newpage = TRUE, vp = NULL) 
208
                newpage = TRUE, vp = NULL) 
210
grid.panel(x = stats::runif(10), y = stats::runif(10),
209
grid.panel(x = stats::runif(10), y = stats::runif(10),
211
           zrange = c(0, 1), zbin = stats::runif(2),
210
           zrange = c(0, 1), zbin = stats::runif(2),